summaryrefslogtreecommitdiff
path: root/unittests/lit.common.unit.configured.in
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-01-27 21:36:38 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-01-27 21:36:38 +0000
commitf21dd9f443ea9580bd3b39c88ee85b4219273337 (patch)
tree65edc29a991755300f80a39cf0576ede994d10c4 /unittests/lit.common.unit.configured.in
parentcff640958bde56788657d0d5e312b97c44250eeb (diff)
[CMake] Set llvm_tools_dir to LLVM_TOOLS_BINARY_DIR instead of LLVM_TOOLS_DIR
In this way, it should work for both in-LLVM and standalone compiler-rt build. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@258991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/lit.common.unit.configured.in')
-rw-r--r--unittests/lit.common.unit.configured.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/lit.common.unit.configured.in b/unittests/lit.common.unit.configured.in
index 18adf6482..85bb91da3 100644
--- a/unittests/lit.common.unit.configured.in
+++ b/unittests/lit.common.unit.configured.in
@@ -5,7 +5,7 @@
config.target_triple = "@TARGET_TRIPLE@"
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
-config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
+config.llvm_tools_dir = "@LLVM_TOOLS_BINARY_DIR@"
config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@"
config.compiler_rt_libdir = "@COMPILER_RT_LIBRARY_OUTPUT_DIR@"
config.llvm_build_mode = "@LLVM_BUILD_MODE@"