Updated to the new Makefile.common.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 20 Jun 2003 21:37:31 +0000 (21:37 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 20 Jun 2003 21:37:31 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6814 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/Makefile

index dee0e90064f70d6aa33513d76984b562d1073032..1b131acc89d3cc8a8da92ff53287a2f85fb306e3 100644 (file)
@@ -24,10 +24,10 @@ testsparc   : $(OTESTS:%.ll=%.s)
 testcbe     : $(OTESTS:%.ll=%.tc)
 
 Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
-       @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
+       @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LLVMLIBCURRENTSOURCE)
 
 Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
-       @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
+       @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LLVMLIBCURRENTSOURCE)
 
 Output/%.tc: Output/%.bc $(LDIS)
        @echo "======== Generating C code for $<"