Fix to mesh with Johns recent changes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-17 20:55:04 +00:00
parent 5285270871
commit fac0ecabf1

View 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 $<"