mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Disable .d file generation for LLVM tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e76c57ad46
commit
b8586b74a5
@ -13,6 +13,9 @@ ifdef TEST
|
|||||||
test::
|
test::
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# We do not want to make .d files for tests!
|
||||||
|
DISABLE_AUTO_DEPENDENCIES=1
|
||||||
|
|
||||||
include ${LEVEL}/Makefile.common
|
include ${LEVEL}/Makefile.common
|
||||||
|
|
||||||
# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
|
# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
|
||||||
@ -21,7 +24,6 @@ ifdef ENABLE_STATS
|
|||||||
STATS = -stats -time-passes
|
STATS = -stats -time-passes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean default
|
.PHONY: clean default
|
||||||
|
|
||||||
# These files, which might be intermediate results, should not be deleted by
|
# These files, which might be intermediate results, should not be deleted by
|
||||||
|
Loading…
Reference in New Issue
Block a user