mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-10 20:20:54 +00:00
The generated instruction selector isn't (yet) functional
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14894 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da2b13f694
commit
039ba763d1
@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.common
|
|||||||
# Make sure that tblgen is run, first thing.
|
# Make sure that tblgen is run, first thing.
|
||||||
$(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \
|
$(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \
|
||||||
PowerPCGenRegisterInfo.inc PowerPCGenInstrNames.inc \
|
PowerPCGenRegisterInfo.inc PowerPCGenInstrNames.inc \
|
||||||
PowerPCGenInstrInfo.inc PowerPCGenInstrSelector.inc
|
PowerPCGenInstrInfo.inc
|
||||||
|
|
||||||
PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \
|
PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \
|
||||||
$(SourceDir)/PowerPCReg.td \
|
$(SourceDir)/PowerPCReg.td \
|
||||||
@ -45,11 +45,5 @@ PowerPCGenInstrInfo.inc:: $(SourceDir)/PowerPC.td \
|
|||||||
@echo "Building PowerPC.td instruction information with tblgen"
|
@echo "Building PowerPC.td instruction information with tblgen"
|
||||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@
|
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@
|
||||||
|
|
||||||
PowerPCGenInstrSelector.inc:: $(SourceDir)/PowerPC.td \
|
|
||||||
$(SourceDir)/PowerPCInstrs.td \
|
|
||||||
$(SourceDir)/../Target.td $(TBLGEN)
|
|
||||||
@echo "Building PowerPC.td instruction selector with tblgen"
|
|
||||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-selector -o $@
|
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(VERB) rm -f *.inc
|
$(VERB) rm -f *.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user