summaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-18 18:25:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-18 18:25:13 +0000
commit9fc6116bf63c449f36cb64097e0f5e9beff15a50 (patch)
tree4f2489db0c9f1e5a9d76df6accf03ed76f2e51ae /test/lit.site.cfg.in
parent4799606af56230890ff7d248adb4ac921d75d8c7 (diff)
check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index 65e52c77d0..a5234da01e 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -19,6 +19,7 @@ config.host_arch = "@HOST_ARCH@"
# Support substitution of the tools and libs dirs with user parameters. This is
# used when we can't determine the tool dir at configuration time.
try:
+ config.clang_tools_dir = config.clang_tools_dir % lit_config.params
config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
config.llvm_libs_dir = config.llvm_libs_dir % lit_config.params
except KeyError: