We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb16ace commit 17e0d67Copy full SHA for 17e0d67
libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.cpp renamed to libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp
@@ -15,6 +15,10 @@
15
//
16
// static constexpr bool is_always_lock_free;
17
18
+// Ignore diagnostic about vector types changing the ABI on some targets, since
19
+// that is irrelevant for this test.
20
+// ADDITIONAL_COMPILE_FLAGS: -Wno-psabi
21
+
22
#include <atomic>
23
#include <cassert>
24
#include <concepts>
0 commit comments