[llvm] 1b30b49 - [gn build] (manually) merge e058667a2e01
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 04:33:39 PST 2020
Author: Nico Weber
Date: 2020-02-26T07:33:32-05:00
New Revision: 1b30b49436568c1b554d4d1c9b4b72fa3c2baf94
URL: https://github.com/llvm/llvm-project/commit/1b30b49436568c1b554d4d1c9b4b72fa3c2baf94
DIFF: https://github.com/llvm/llvm-project/commit/1b30b49436568c1b554d4d1c9b4b72fa3c2baf94.diff
LOG: [gn build] (manually) merge e058667a2e01
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 db2ff067a040..2b5ecb166c24 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -43,6 +43,7 @@ write_lit_config("lit_site_cfg") {
"LLVM_WITH_Z3=", # Must be empty, not 0.
"CLANG_BUILD_EXAMPLES=0",
"CLANG_DEFAULT_CXX_STDLIB=", # Empty string means "default value" here.
+ "CLANG_DEFAULT_LINKER=",
"CLANG_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
# This is only used if LLVM_USE_SANITIZER includes lsan and the host
More information about the llvm-commits
mailing list