mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 13:26:19 +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'. llvm-svn: 6389
This commit is contained in:
parent
d0b1d8fa42
commit
acc59595e3
@ -3,12 +3,6 @@ LIBRARYNAME = sparc
|
|||||||
|
|
||||||
ExtraSource = Debug/Sparc.burm.cpp
|
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
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
ifdef ENABLE_OPTIMIZED
|
ifdef ENABLE_OPTIMIZED
|
||||||
@ -38,3 +32,11 @@ Debug/Sparc.burm : Debug/Sparc.burg.in1
|
|||||||
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
||||||
touch $@
|
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