[libcxx-commits] [PATCH] D121081: [libcxx][AIX] Remove `LIBCXX-AIX-FIXME` in isalwayslockfree check after 86478c7ad8a7

Kai Luo via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 7 17:23:45 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7adf7b9e9ff: [libcxx][AIX] Remove `LIBCXX-AIX-FIXME` in isalwayslockfree check after… (authored by lkail).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121081/new/

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.413667.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220308/50e165f4/attachment.bin>


More information about the libcxx-commits mailing list