[libcxx-commits] [PATCH] D91911: [libc++] Add a 'is-lockfree-runtime-function' lit feature

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 11:26:03 PST 2020


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/atomics/atomics.align/align.pass.pass.cpp:10
 // UNSUPPORTED: libcpp-has-no-threads, c++03
-// REQUIRES: non-lockfree-atomics
+// REQUIRES: is-lockfree-runtime-function
 
----------------
ldionne wrote:
> Ok, I think we're getting down to the bottom of my concern now. When is `!is-lockfree-runtime-function` true, but `non-lockfree-atomics` not true?
> 
> I want to understand in what context those can't be substituted for one another.
Never mind, I re-read the review summary and it explains it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91911



More information about the libcxx-commits mailing list