[llvm] 5c9d2db - [gn build] try to port 707d69ff32309b
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 04:00:17 PST 2020
Author: Nico Weber
Date: 2020-11-04T07:00:05-05:00
New Revision: 5c9d2db42db9ae7d33a494fb5b4f3ed81c1c587a
URL: https://github.com/llvm/llvm-project/commit/5c9d2db42db9ae7d33a494fb5b4f3ed81c1c587a
DIFF: https://github.com/llvm/llvm-project/commit/5c9d2db42db9ae7d33a494fb5b4f3ed81c1c587a.diff
LOG: [gn build] try to port 707d69ff32309b
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index 1dd189efa96b..72c9103e7bca 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -50,6 +50,7 @@ write_cmake_config("lit_common_configured") {
"COMPILER_RT_EMULATOR=",
"COMPILER_RT_ASAN_SHADOW_SCALE=",
"COMPILER_RT_MEMPROF_SHADOW_SCALE=",
+ "COMPILER_RT_TEST_USE_LLD_PYBOOL=0", # FIXME: base off use_lld?
"SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
"COMPILER_RT_HAS_LLD_PYBOOL=True",
"COMPILER_RT_HAS_GWP_ASAN_PYBOOL=False",
More information about the llvm-commits
mailing list