From fac0ecabf14d6c13ad3d204ce97e14a8be392849 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Jun 2003 20:55:04 +0000 Subject: [PATCH] Fix to mesh with Johns recent changes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6754 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Feature/Makefile b/test/Feature/Makefile index 8453c84c103..dee0e90064f 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 $<"