forked from OSchip/llvm-project
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
603cd869f7
commit
36ffafc388
|
@ -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