mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Use the new -o tablegen option
llvm-svn: 6572
This commit is contained in:
parent
3d2a9dcc14
commit
88a500368b
@ -34,12 +34,9 @@ $(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
||||
|
||||
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
||||
|
||||
TEMP_EMITTER_INC = _temp_emitter.inc
|
||||
|
||||
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
|
||||
@echo "TableGen-erating $@"
|
||||
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter > $(TEMP_EMITTER_INC)
|
||||
mv -f $(TEMP_EMITTER_INC) SparcV9CodeEmitter.inc
|
||||
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
|
||||
|
||||
clean::
|
||||
rm -f SparcV9CodeEmitter.inc
|
||||
|
Loading…
Reference in New Issue
Block a user