mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 03:05:15 +00:00
Do not use 'cpp' directly
llvm-svn: 7404
This commit is contained in:
parent
f59d363766
commit
89619f07a3
@ -45,7 +45,7 @@ SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
|
|||||||
|
|
||||||
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
|
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
|
||||||
@${ECHO} "TableGen-erating $@"
|
@${ECHO} "TableGen-erating $@"
|
||||||
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
|
$(CC) -E -xc -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
${RM} -f SparcV9CodeEmitter.inc
|
${RM} -f SparcV9CodeEmitter.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user