From cdcc390023f3a02b037d77dc512400fc4789915a Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 11 Aug 2015 00:33:07 +0000 Subject: [cmake] Hoist check for LLD sources up into root CMakeLists.txt We will use this for ASan on Windows soon. When the ELF port of LLD matures, we can add other sanitizer integration tests to make sure they work with LLD. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@244549 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.common.configured.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit.common.configured.in') diff --git a/test/lit.common.configured.in b/test/lit.common.configured.in index f250e8275..aaeb62e67 100644 --- a/test/lit.common.configured.in +++ b/test/lit.common.configured.in @@ -28,6 +28,7 @@ set_default("compiler_rt_debug", @COMPILER_RT_DEBUG_PYBOOL@) set_default("compiler_rt_libdir", "@COMPILER_RT_LIBRARY_OUTPUT_DIR@") set_default("emulator", "@COMPILER_RT_EMULATOR@") set_default("sanitizer_can_use_cxxabi", @SANITIZER_CAN_USE_CXXABI_PYBOOL@) +set_default("has_lld", @COMPILER_RT_HAS_LLD_SOURCES_PYBOOL@) # LLVM tools dir can be passed in lit parameters, so try to # apply substitution. -- cgit v1.2.3