[libcxx-commits] [libcxx] [libc++][test][msan] Fix bots after #67799 (PR #73152)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 22 11:02:13 PST 2023
================
@@ -9,6 +9,9 @@
// UNSUPPORTED: target={{.+}}-windows-gnu
// XFAIL: LIBCXX-AIX-FIXME
// ADDITIONAL_COMPILE_FLAGS(has-latomic): -latomic
+// Clang's support for atomic operations on long double is broken. See https://github.com/llvm/llvm-project/issues/72893
----------------
huixie90 wrote:
this comment is for the XFAIL for tsan.
https://github.com/llvm/llvm-project/pull/73152
More information about the libcxx-commits
mailing list