Updated to the new Makefile.common.

llvm-svn: 6814
This commit is contained in:
John Criswell 2003-06-20 21:37:31 +00:00
parent 756e7b93ef
commit ab176efd17

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