mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Use the new -o tablegen option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6572 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a886386a4
commit
946ef12273
@ -34,12 +34,9 @@ $(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
|||||||
|
|
||||||
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
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)
|
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
|
||||||
@echo "TableGen-erating $@"
|
@echo "TableGen-erating $@"
|
||||||
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter > $(TEMP_EMITTER_INC)
|
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
|
||||||
mv -f $(TEMP_EMITTER_INC) SparcV9CodeEmitter.inc
|
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f SparcV9CodeEmitter.inc
|
rm -f SparcV9CodeEmitter.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user