[llvm] fd94c85 - [gn] port c4a019747c98 more
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 21:48:49 PST 2025
Author: Nico Weber
Date: 2025-01-29T21:47:35-08:00
New Revision: fd94c851222e984912948ef46e0329cc32d44105
URL: https://github.com/llvm/llvm-project/commit/fd94c851222e984912948ef46e0329cc32d44105
DIFF: https://github.com/llvm/llvm-project/commit/fd94c851222e984912948ef46e0329cc32d44105.diff
LOG: [gn] port c4a019747c98 more
c4a019747c98 did a great job updating the GN build files, but it
missed this one detail.
Added:
Modified:
llvm/utils/gn/secondary/clang/test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/test/BUILD.gn b/llvm/utils/gn/secondary/clang/test/BUILD.gn
index e9b4c55edcf549..1c88d447658ce0 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -50,6 +50,7 @@ write_lit_config("lit_site_cfg") {
"CLANG_DEFAULT_CXX_STDLIB=", # Empty string means "default value" here.
"CLANG_DEFAULT_PIE_ON_LINUX=0",
"CLANG_ENABLE_CIR=0",
+ "CLANG_ENABLE_OBJC_REWRITER=1", # FIXME: flag?
"CLANG_PLUGIN_SUPPORT=0", # FIXME: Analysis/plugins need global -fPIC
"CURRENT_TOOLS_DIR=" + rebase_path("$root_out_dir/bin", dir),
"CLANG_VENDOR_UTI=org.llvm.clang",
More information about the llvm-commits
mailing list