]> granicus.if.org Git - clang/commitdiff
check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 18 Dec 2013 18:25:13 +0000 (18:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 18 Dec 2013 18:25:13 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197593 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.site.cfg.in

index 65e52c77d0defac5748f4f30a471a0e107786166..a5234da01e79efa538127e56396bc566e374acda 100644 (file)
@@ -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: