Reverted r176374. In some cases the lit.site.cfg file does not get generated in tools...
authorGalina Kistanova <gkistanova@gmail.com>
Fri, 22 Mar 2013 18:54:14 +0000 (18:54 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Fri, 22 Mar 2013 18:54:14 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177751 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index bd6b672dd3d5acec175d27de73af9d925fd8aa22..b47695100a9ea9bc64657af4b00611112e44eea8 100644 (file)
@@ -60,6 +60,11 @@ endif
 
 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/Makefile && echo OK), OK)
 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test
+
+# Force creation of Clang Tools' lit.site.cfg.
+clang-tools-site-cfg: FORCE
+       $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
+extra-site-cfgs:: clang-tools-site-cfg
 endif
 endif
 endif