[libcxx-commits] [PATCH] D121081: [libcxx][AIX] `__atomic_always_lock_free` check passed after 86478c7ad8a7
Kai Luo via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 6 19:09:42 PST 2022
lkail created this revision.
lkail added reviewers: Quuxplusone, ldionne, daltenty, jsji, PowerPC.
Herald added a project: All.
lkail requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The workaround has been removed via https://reviews.llvm.org/D119931, checks passed on AIX-32.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121081
Files:
libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
Index: libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
===================================================================
--- libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
+++ libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
@@ -8,9 +8,6 @@
//
// UNSUPPORTED: c++03, c++11, c++14
-// Fails for 32-bit builds.
-// UNSUPPORTED: LIBCXX-AIX-FIXME
-
// <atomic>
// static constexpr bool is_always_lock_free;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121081.413327.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220307/33e01cd2/attachment.bin>
More information about the libcxx-commits
mailing list