diff options
author | Louis Dionne <ldionne@apple.com> | 2019-03-05 15:49:58 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-03-05 15:49:58 +0000 |
commit | 130322e7cc58b7236fd2181126adedc4d90d2322 (patch) | |
tree | 4f929dd05b786f911d2a4c650674f0f936c1e5dd /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | 00d5847b5cf791e14b12ab493b2c58dba7534ed8 (diff) | |
download | bcm5719-llvm-130322e7cc58b7236fd2181126adedc4d90d2322.tar.gz bcm5719-llvm-130322e7cc58b7236fd2181126adedc4d90d2322.zip |
[libc++] Fix <atomic> failures on GCC
Summary:
In https://reviews.llvm.org/D58201, we turned memory_order into an enum
class in C++20 mode. However, we were not casting memory_order to its
underlying type correctly for the GCC implementation, which broke the
build bots. I also fixed a test that was failing in C++17 mode on GCC 5.
Reviewers: EricWF, jfb, mclow.lists
Subscribers: zoecarver
Differential Revision: https://reviews.llvm.org/D58966
llvm-svn: 355409
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions