Fix to mesh with Johns recent changes
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 20:55:04 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 20:55:04 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6754 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/Makefile

index 8453c84c103583c0a4b503a7904c4a8c3294852a..dee0e90064f70d6aa33513d76984b562d1073032 100644 (file)
@@ -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 $<"