mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Moved generation of the SparcV9CodeEmitter.inc file higher in the Makefile so
that Makefile.common would see it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79caf1fe26
commit
51aa21c702
@ -3,6 +3,10 @@ LIBRARYNAME = sparc
|
||||
|
||||
ExtraSource = Debug/Sparc.burm.cpp
|
||||
|
||||
SparcV9CodeEmitter.inc: SparcV9.td
|
||||
@echo "TableGen-erating $@"
|
||||
cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
ifdef ENABLE_OPTIMIZED
|
||||
@ -32,6 +36,3 @@ Debug/Sparc.burm : Debug/Sparc.burg.in1
|
||||
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
|
||||
touch $@
|
||||
|
||||
SparcV9CodeEmitter.inc: SparcV9.td
|
||||
@echo "TableGen-erating $@"
|
||||
cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc
|
||||
|
Loading…
Reference in New Issue
Block a user