[libcxx-commits] [libcxx] [libc++][test] Enhance `ADDITIONAL_COMPILE_FLAGS` to work with MSVC (PR #74974)
Stephan T. Lavavej via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 10 03:28:33 PST 2023
================
@@ -15,7 +15,7 @@
// is not trivially copyable, however Clang will sometimes emit additional
// errors while trying to instantiate the rest of std::atomic<T>.
// We silence those to make the test more robust.
-// ADDITIONAL_COMPILE_FLAGS: -Xclang -verify-ignore-unexpected=error
+// ADDITIONAL_COMPILE_FLAGS(verify-support): -Xclang -verify-ignore-unexpected=error
----------------
StephanTLavavej wrote:
I think we're skipping them - I added this during my initial round of trying to properly guard all of the compile flags, but I didn't check to see whether we actually need this. I'll check now.
https://github.com/llvm/llvm-project/pull/74974
More information about the libcxx-commits
mailing list