summaryrefslogtreecommitdiff
path: root/compiler-rt/unittests
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
commitd9272422a212f1019672fbb7b50215de544d4bf9 (patch)
tree0b1732808429136fce82c1d0da53b050b332dd2b /compiler-rt/unittests
parent727ba6e84300a633bf1248b116d2eb3d6a8c79cc (diff)
downloadllvm-d9272422a212f1019672fbb7b50215de544d4bf9.tar.gz
[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. llvm-svn: 258991
Diffstat (limited to 'compiler-rt/unittests')
-rw-r--r--compiler-rt/unittests/lit.common.unit.configured.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/unittests/lit.common.unit.configured.in b/compiler-rt/unittests/lit.common.unit.configured.in
index 18adf6482a58..85bb91da36e1 100644
--- a/compiler-rt/unittests/lit.common.unit.configured.in
+++ b/compiler-rt/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@"