We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3ec6 commit 46d1544Copy full SHA for 46d1544
llvm/test/Makefile
@@ -57,7 +57,7 @@ LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test
57
58
# Force creation of Clang Tools' lit.site.cfg.
59
clang-tools-site-cfg: FORCE
60
- $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
+ $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg
61
extra-site-cfgs:: clang-tools-site-cfg
62
endif
63
0 commit comments