[libcxx-commits] [PATCH] D154246: [libc++] Add check for building with picolibc

Michael Platings via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 17 23:56:41 PDT 2023


michaelplatings added inline comments.


================
Comment at: libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp:9
 
+// XFAIL: !atomics
+
----------------
philnik wrote:
> I would just go with `// REQUIRES: atomics`. That's a lot less confusing that the double negation.
I went with `XFAIL` for consistency with `non-lockfree-atomics`. `REQUIRES` means the tests won't be run at all, but I'm OK with that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154246



More information about the libcxx-commits mailing list