mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 10:16:43 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3fa093dc9
commit
4551342b53
@ -57,7 +57,7 @@ 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
|
||||
$(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg
|
||||
extra-site-cfgs:: clang-tools-site-cfg
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user