Skip to content

Commit 46d1544

Browse files
committed
Fix (re-)creation of unittest lit.site.cfg for clang-tools-extra.
This has been hiding really well. Hopefully brings the builders suffering from outdated lit.site.cfg files back to life. llvm-svn: 215575
1 parent 0cd3ec6 commit 46d1544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test
5757

5858
# Force creation of Clang Tools' lit.site.cfg.
5959
clang-tools-site-cfg: FORCE
60-
$(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
60+
$(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg
6161
extra-site-cfgs:: clang-tools-site-cfg
6262
endif
6363

0 commit comments

Comments
 (0)