[llvm] [libc][bazel] Allow configure options to alter all targets (PR #89251)

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 04:02:33 PDT 2024


================
@@ -3228,7 +3213,7 @@ libc_support_library(
 libc_support_library(
     name = "printf_mock_parser",
     hdrs = ["src/stdio/printf_core/parser.h"],
-    defines = PRINTF_COPTS + ["LIBC_COPT_MOCK_ARG_LIST"],
+    defines = ["LIBC_COPT_MOCK_ARG_LIST"],
----------------
gchatelet wrote:

Done in  https://github.com/llvm/llvm-project/pull/89251/commits/936169a3b93a2bbcd3a09057471244de2253649f

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


More information about the llvm-commits mailing list