[llvm] 46b14dc - [gn build] (manually) port ad7e12226f6b
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 19:24:48 PDT 2021
Author: Nico Weber
Date: 2021-05-14T22:24:39-04:00
New Revision: 46b14dc4859f22e58d1cbf2cdce6dd212c4a9c8f
URL: https://github.com/llvm/llvm-project/commit/46b14dc4859f22e58d1cbf2cdce6dd212c4a9c8f
DIFF: https://github.com/llvm/llvm-project/commit/46b14dc4859f22e58d1cbf2cdce6dd212c4a9c8f.diff
LOG: [gn build] (manually) port ad7e12226f6b
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 5cbfaf392b968..03f7fe7e8f789 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_STANDALONE_BUILD_LIBS_PYBOOL=False",
"COMPILER_RT_TEST_USE_LLD_PYBOOL=0", # FIXME: base off use_lld?
"SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
"COMPILER_RT_HAS_LLD_PYBOOL=True",
More information about the llvm-commits
mailing list