[libcxx-commits] [libcxx] [libc++] Properly define _LIBCPP_HAS_NO_UNICODE in __config_site (PR #95138)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 17 08:23:17 PDT 2024


================
@@ -8,6 +8,7 @@
 // UNSUPPORTED: c++03, c++11, c++14, c++17
 // UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
 
+// What would be the best way to force the test with unicode disabled?
 // Force unicode to be disabled.
 // ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_HAS_NO_UNICODE
----------------
ldionne wrote:

I think I would use `REQUIRES: libcpp-has-no-unicode`.

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


More information about the libcxx-commits mailing list