1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[gn build] (manually) port 76a168bce01

This commit is contained in:
Nico Weber 2020-11-02 09:22:06 -05:00
parent 230b955ed6
commit 63eb68a1b7

View File

@ -29,10 +29,12 @@ write_lit_config("lit_site_cfg") {
"CLANG_LIBS_DIR=", # needed only for shared builds
"CLANG_TOOLS_DIR=",
"CLANGD_ENABLE_REMOTE=",
"LLVM_HOST_TRIPLE=$llvm_current_triple",
"LLVM_LIT_TOOLS_DIR=", # Intentionally empty, matches cmake build.
"LLVM_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
"TARGET_TRIPLE=$llvm_target_triple",
"Python3_EXECUTABLE=$python_path",
]
if (clangd_build_xpc) {