summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-17 20:55:04 +0000
committerChris Lattner <sabre@nondot.org>2003-06-17 20:55:04 +0000
commitfac0ecabf14d6c13ad3d204ce97e14a8be392849 (patch)
treeced91056e58c0d713dba4d3edff90a0890625970 /test
parent52852708714c59baf1b0426bffe5d1546af61d46 (diff)
downloadllvm-fac0ecabf14d6c13ad3d204ce97e14a8be392849.tar.gz
llvm-fac0ecabf14d6c13ad3d204ce97e14a8be392849.tar.bz2
llvm-fac0ecabf14d6c13ad3d204ce97e14a8be392849.tar.xz
Fix to mesh with Johns recent changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Feature/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/Makefile b/test/Feature/Makefile
index 8453c84c10..dee0e90064 100644
--- a/test/Feature/Makefile
+++ b/test/Feature/Makefile
@@ -24,10 +24,10 @@ testsparc : $(OTESTS:%.ll=%.s)
testcbe : $(OTESTS:%.ll=%.tc)
Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
- @./TestAsmDisasm.sh $< $(TOOLDEBUG) $(LIBDEBUG)
+ @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
- @./TestOptimizer.sh $< $(TOOLDEBUG) $(LIBDEBUG)
+ @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
Output/%.tc: Output/%.bc $(LDIS)
@echo "======== Generating C code for $<"