[libcxx-commits] [libcxx] Rework Modules CMake to be (more) idiomatic. (PR #84936)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 13 11:23:03 PDT 2024


================
@@ -50,10 +50,15 @@ endif()
 target_compile_options(std
   PUBLIC
     -nostdinc++
+    @LIBCXX_COMPILE_FLAGS@
+)
+target_compile_options(std
+  PRIVATE
     -Wno-reserved-module-identifier
     -Wno-reserved-user-defined-literal
-    @LIBCXX_COMPILE_FLAGS@
----------------
mordante wrote:

Why is this removed?

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


More information about the libcxx-commits mailing list