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

NAKAMURA Takumi geek4civic at gmail.com
Wed Dec 18 10:25:13 PST 2013


Author: chapuni
Date: Wed Dec 18 12:25:13 2013
New Revision: 197593

URL: http://llvm.org/viewvc/llvm-project?rev=197593&view=rev
Log:
check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir.

Modified:
    cfe/trunk/test/lit.site.cfg.in

Modified: cfe/trunk/test/lit.site.cfg.in
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.site.cfg.in?rev=197593&r1=197592&r2=197593&view=diff
==============================================================================
--- cfe/trunk/test/lit.site.cfg.in (original)
+++ cfe/trunk/test/lit.site.cfg.in Wed Dec 18 12:25:13 2013
@@ -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:





More information about the cfe-commits mailing list