mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
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:
@@ -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 $<"
|
||||
|
Reference in New Issue
Block a user