projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a1cbb
)
Run local, bu, & td analyses
author
Chris Lattner
<sabre@nondot.org>
Sun, 10 Nov 2002 06:41:19 +0000
(06:41 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 10 Nov 2002 06:41:19 +0000
(06:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4670
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/DSAnalysis/Makefile
patch
|
blob
|
history
diff --git
a/test/Transforms/DSAnalysis/Makefile
b/test/Transforms/DSAnalysis/Makefile
index 9a50fe40dadabe43a9457c3ff117a5500042996c..f5c8fad92d12ba1a8ec0646835a22a14acc80722 100644
(file)
--- a/
test/Transforms/DSAnalysis/Makefile
+++ b/
test/Transforms/DSAnalysis/Makefile
@@
-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) -
td
datastructure ../$< || \
( rm -f ../$@; ../$(FAILURE) ../$@ ))
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))