1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[gn build] (manually) merge 5eedf07ab999d

This commit is contained in:
Nico Weber 2020-06-05 14:39:04 -04:00
parent 0ca2dfd8e3
commit b977443b38

View File

@ -48,6 +48,7 @@ write_lit_config("lit_site_cfg") {
"CLANG_DEFAULT_CXX_STDLIB=", # Empty string means "default value" here.
"CLANG_DEFAULT_LINKER=",
"CLANG_TOOLS_DIR=" + rebase_path("$root_out_dir/bin", dir),
"CLANG_VENDOR_UTI=org.llvm.clang",
# This is only used if LLVM_USE_SANITIZER includes lsan and the host
# OS is macOS. Since the GN build currently never uses LLVM_USE_SANITIZER,