check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir.

llvm-svn: 197593
This commit is contained in:
NAKAMURA Takumi 2013-12-18 18:25:13 +00:00
parent 43c39d5f1f
commit 59379524c8
1 changed files with 1 additions and 0 deletions

View 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: