mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PROJ_SRC_ROOT)/tools/clang for "check-all".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -59,7 +59,7 @@ extra-lit-site-cfgs::
|
|||||||
|
|
||||||
ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
|
ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
|
||||||
ifndef TESTSUITE
|
ifndef TESTSUITE
|
||||||
ifeq ($(shell test -d $(PROJ_SRC_DIR)/../tools/clang && echo OK), OK)
|
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/Makefile && echo OK), OK)
|
||||||
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/test
|
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/test
|
||||||
|
|
||||||
# Force creation of Clang's lit.site.cfg.
|
# Force creation of Clang's lit.site.cfg.
|
||||||
|
Reference in New Issue
Block a user