[llvm] f029c16 - [gn build] (manually) merge 5eedf07ab999d
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 11:39:15 PDT 2020
Author: Nico Weber
Date: 2020-06-05T14:39:04-04:00
New Revision: f029c165f92ec897e8d99b4b85501dc89713b4d7
URL: https://github.com/llvm/llvm-project/commit/f029c165f92ec897e8d99b4b85501dc89713b4d7
DIFF: https://github.com/llvm/llvm-project/commit/f029c165f92ec897e8d99b4b85501dc89713b4d7.diff
LOG: [gn build] (manually) merge 5eedf07ab999d
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 b1541ded8752..4c7300147fa5 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -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,
More information about the llvm-commits
mailing list