mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +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:
parent
5285270871
commit
fac0ecabf1
@ -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 $<"
|
||||
|
Loading…
x
Reference in New Issue
Block a user