forked from OSchip/llvm-project
Add dependency to make TableGen rule fire.
llvm-svn: 6383
This commit is contained in:
parent
cf4c5a3220
commit
2c35144ce5
|
@ -3,6 +3,8 @@ 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
|
||||
|
|
Loading…
Reference in New Issue