mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Updated to the new Makefile.common.
llvm-svn: 6814
This commit is contained in:
parent
756e7b93ef
commit
ab176efd17
@ -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…
Reference in New Issue
Block a user