From 1bc755973dd3a413cefc7b3251a4c5b21be4ee34 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 1 Feb 2016 21:08:16 +0000 Subject: [CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR. The former will be properly initialized in standalone CMake build of compiler-rt. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259407 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/lit.common.unit.configured.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/lit.common.unit.configured.in b/unittests/lit.common.unit.configured.in index 85bb91da3..67b7d5762 100644 --- a/unittests/lit.common.unit.configured.in +++ b/unittests/lit.common.unit.configured.in @@ -3,7 +3,7 @@ # Generic config options for all compiler-rt unit tests. config.target_triple = "@TARGET_TRIPLE@" -config.llvm_src_root = "@LLVM_SOURCE_DIR@" +config.llvm_src_root = "@LLVM_MAIN_SRC_DIR@" config.llvm_obj_root = "@LLVM_BINARY_DIR@" config.llvm_tools_dir = "@LLVM_TOOLS_BINARY_DIR@" config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@" -- cgit v1.2.3