mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
This should work better with re-generating the SparcV9CodeEmitter.inc file.
Also, added a rule to delete the generated .inc file on `make clean'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dafa504341
commit
983d1d3835
@ -3,12 +3,6 @@ LIBRARYNAME = sparc
|
||||
|
||||
ExtraSource = Debug/Sparc.burm.cpp
|
||||
|
||||
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
||||
|
||||
SparcV9CodeEmitter.inc: SparcV9.td
|
||||
@echo "TableGen-erating $@"
|
||||
cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
ifdef ENABLE_OPTIMIZED
|
||||
@ -38,3 +32,11 @@ Debug/Sparc.burm : Debug/Sparc.burg.in1
|
||||
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
||||
touch $@
|
||||
|
||||
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
||||
|
||||
SparcV9CodeEmitter.inc: SparcV9.td
|
||||
@echo "TableGen-erating $@"
|
||||
cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc
|
||||
|
||||
clean::
|
||||
rm -f SparcV9CodeEmitter.inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user