[libcxx-commits] [libcxx] [libcxx][test] Amend XFAIL directive in no_unique_address tests (PR #67849)

Caslyn Tonelli via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 3 12:12:44 PDT 2023


================
@@ -7,9 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
-
-// clang-cl and cl currently don't support [[no_unique_address]]
-// XFAIL: msvc
+// XFAIL: msvc && !msvc-no-unique-address
----------------
Caslyn wrote:

Thanks for the suggestion, done.

https://github.com/llvm/llvm-project/pull/67849


More information about the libcxx-commits mailing list