forked from OSchip/llvm-project
check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir.
llvm-svn: 197593
This commit is contained in:
parent
43c39d5f1f
commit
59379524c8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue