Skip to content

Commit fd94c85

Browse files
committed
[gn] port c4a0197 more
c4a0197 did a great job updating the GN build files, but it missed this one detail.
1 parent 31fa4e0 commit fd94c85

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/gn/secondary/clang/test

1 file changed

+1
-0
lines changed

llvm/utils/gn/secondary/clang/test/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ write_lit_config("lit_site_cfg") {
5050
"CLANG_DEFAULT_CXX_STDLIB=", # Empty string means "default value" here.
5151
"CLANG_DEFAULT_PIE_ON_LINUX=0",
5252
"CLANG_ENABLE_CIR=0",
53+
"CLANG_ENABLE_OBJC_REWRITER=1", # FIXME: flag?
5354
"CLANG_PLUGIN_SUPPORT=0", # FIXME: Analysis/plugins need global -fPIC
5455
"CURRENT_TOOLS_DIR=" + rebase_path("$root_out_dir/bin", dir),
5556
"CLANG_VENDOR_UTI=org.llvm.clang",

0 commit comments

Comments
 (0)