mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 19:06:05 +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)
|
testcbe : $(OTESTS:%.ll=%.tc)
|
||||||
|
|
||||||
Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
|
Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
|
||||||
@./TestAsmDisasm.sh $< $(TOOLDEBUG) $(LIBDEBUG)
|
@./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
|
||||||
|
|
||||||
Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
|
Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
|
||||||
@./TestOptimizer.sh $< $(TOOLDEBUG) $(LIBDEBUG)
|
@./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
|
||||||
|
|
||||||
Output/%.tc: Output/%.bc $(LDIS)
|
Output/%.tc: Output/%.bc $(LDIS)
|
||||||
@echo "======== Generating C code for $<"
|
@echo "======== Generating C code for $<"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user