mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Run local, bu, & td analyses
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9a1cbbfe0
commit
b401e64971
@ -17,7 +17,7 @@ FTESTS := $(wildcard *.llx) # Freeform tests
|
||||
all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
|
||||
|
||||
Output/%.out: %.ll $(LANALYZE) Output/.dir
|
||||
(cd Output/; $(LANALYZE_ABS) -datastructure ../$< || \
|
||||
(cd Output/; $(LANALYZE_ABS) -tddatastructure ../$< || \
|
||||
( rm -f ../$@; ../$(FAILURE) ../$@ ))
|
||||
|
||||
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
|
||||
|
Loading…
Reference in New Issue
Block a user