aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-10 06:41:19 +0000
committerChris Lattner <sabre@nondot.org>2002-11-10 06:41:19 +0000
commitb401e64971801900456ae2cd7ae0b9543516c475 (patch)
treeef8b32f937fb8e589f15f8fd27abb2685b202135
parente9a1cbbfe078b0982042a151a29532cba3a645ac (diff)
Run local, bu, & td analyses
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4670 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/DSAnalysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/Makefile b/test/Transforms/DSAnalysis/Makefile
index 9a50fe40da..f5c8fad92d 100644
--- 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) -tddatastructure ../$< || \
( rm -f ../$@; ../$(FAILURE) ../$@ ))
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))