mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Reverted r176374. In some cases the lit.site.cfg file does not get generated in tools/clang/tools/extra.
llvm-svn: 177751
This commit is contained in:
parent
dcde0efb22
commit
653ad5e533
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user