summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorAdrian Vogelsgesang <avogelsgesang@tableau.com>2022-07-31 16:12:42 -0700
committerAdrian Vogelsgesang <avogelsgesang@salesforce.com>2022-08-13 17:30:55 -0700
commit41e7665c4b8ed47d1802b1dc8a41be3eacf805ad (patch)
tree90e4d34fb09c7b434be5c527e82c5ed68815ed88 /lldb/test/API/python_api/thread/TestThreadAPI.py
parent80c7e93a2a8448fa16fe28b99c733e93ec64df51 (diff)
[libc++] Implement `operator<=>` for `thread::id`
The new operator<=> is mapped onto the existing functions __libcpp_thread_id_equal and __libcpp_thread_id_less. Introducing a new __libcpp_thread_id_compare_three_way might lead to more efficient code. Given that we can still introduce __libcpp_thread_id_compare_three_way later, for this commit I opted to not break ABI. If requested, I will add __libcpp_thread_id_compare_three_way in a follow-up commit. Implements part of P1614R2 "The Mothership has Landed" Differential Revision: https://reviews.llvm.org/D131362
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions