mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
lld test for configure & make
r210177 added lld Makefiles, r210245 added automatic build when the source is present. This revision completes the set by adding the lld test and unittests to the check-all target. llvm-svn: 210318
This commit is contained in:
parent
ca92683ee1
commit
e3b90f4fd1
@ -61,6 +61,15 @@ clang-tools-site-cfg: FORCE
|
||||
extra-site-cfgs:: clang-tools-site-cfg
|
||||
endif
|
||||
|
||||
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/lld/Makefile && echo OK), OK)
|
||||
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/lld/test
|
||||
|
||||
# Force creation of lld's lit.site.cfg.
|
||||
lld-site-cfg: FORCE
|
||||
$(MAKE) -C $(PROJ_OBJ_DIR)/../tools/lld/test lit.site.cfg Unit/lit.site.cfg
|
||||
extra-site-cfgs:: lld-site-cfg
|
||||
endif
|
||||
|
||||
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
|
||||
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/polly/test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user