[libcxx-commits] [PATCH] D119246: [libcxx][AIX][PowerPC] Disable workaround for PR31864 on powerpc

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 8 14:11:00 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp:29
 
 // FIXME: This separate test is needed to work around llvm.org/PR31864
 // which causes ATOMIC_LLONG_LOCK_FREE to be defined as '1' in 32-bit builds
----------------
It looks like this issue was fixed a long time ago. Do we need a workaround at all anymore? I would suggest removing the workaround entirely and seeing whether our CI passes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119246



More information about the libcxx-commits mailing list