Skip to content

Commit

Permalink
[gn build] Manually port 44de2bb
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Apr 15, 2024
1 parent 8315151 commit b570eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ write_cmake_config("Config") {
"ENABLE_LINKER_BUILD_ID=",
"ENABLE_X86_RELAX_RELOCATIONS=1",
"CLANG_ENABLE_OBJC_REWRITER=1", # FIXME: flag?
"CLANG_ENABLE_CIR=",
"CLANG_SYSTEMZ_DEFAULT_ARCH=z10",
"PPC_LINUX_DEFAULT_IEEELONGDOUBLE=",
]
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/clang/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ write_lit_config("lit_site_cfg") {
"CLANG_BUILT_STANDALONE=0",
"CLANG_DEFAULT_CXX_STDLIB=", # Empty string means "default value" here.
"CLANG_DEFAULT_PIE_ON_LINUX=0",
"CLANG_ENABLE_CIR=0",
"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",
Expand Down

0 comments on commit b570eb5

Please sign in to comment.