mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
Use an absolute path to TableGen because not everyone (e.g. automatic tester)
has their path set up by this point. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6410 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d58a6058b1
commit
6567975ec5
@ -38,7 +38,7 @@ TEMP_EMITTER_INC = _temp_emitter.inc
|
||||
|
||||
SparcV9CodeEmitter.inc: SparcV9.td
|
||||
@echo "TableGen-erating $@"
|
||||
cpp -P SparcV9.td | tblgen -gen-emitter > $(TEMP_EMITTER_INC)
|
||||
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter > $(TEMP_EMITTER_INC)
|
||||
mv -f $(TEMP_EMITTER_INC) SparcV9CodeEmitter.inc
|
||||
|
||||
clean::
|
||||
|
Loading…
Reference in New Issue
Block a user