mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Updated to the new Makefile.common.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6814 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f4ad0be83
commit
a2e89c6f38
@ -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 $<"
|
||||
|
Loading…
x
Reference in New Issue
Block a user