The generated instruction selector isn't (yet) functional
llvm-svn: 14894
This commit is contained in:
parent
d4ac818593
commit
8c9938654a
|
|
@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.common
|
|||
# Make sure that tblgen is run, first thing.
|
||||
$(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \
|
||||
PowerPCGenRegisterInfo.inc PowerPCGenInstrNames.inc \
|
||||
PowerPCGenInstrInfo.inc PowerPCGenInstrSelector.inc
|
||||
PowerPCGenInstrInfo.inc
|
||||
|
||||
PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \
|
||||
$(SourceDir)/PowerPCReg.td \
|
||||
|
|
@ -45,11 +45,5 @@ PowerPCGenInstrInfo.inc:: $(SourceDir)/PowerPC.td \
|
|||
@echo "Building PowerPC.td instruction information with tblgen"
|
||||
$(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::
|
||||
$(VERB) rm -f *.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue