mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-17 21:29:02 +00:00
add polly to check-all
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182308 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -66,6 +66,15 @@ 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
|
||||||
extra-site-cfgs:: clang-tools-site-cfg
|
extra-site-cfgs:: clang-tools-site-cfg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
|
||||||
|
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/polly/test
|
||||||
|
|
||||||
|
# Force creation of Polly's lit.site.cfg.
|
||||||
|
polly-tools-site-cfg: FORCE
|
||||||
|
$(MAKE) -C $(PROJ_OBJ_DIR)/../tools/polly/test lit.site.cfg
|
||||||
|
extra-site-cfgs:: polly-tools-site-cfg
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user