projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a88638
)
Use the new -o tablegen option
author
Chris Lattner
<sabre@nondot.org>
Tue, 3 Jun 2003 05:06:33 +0000
(
05:06
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 3 Jun 2003 05:06:33 +0000
(
05:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6572
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/Makefile
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/Makefile
b/lib/Target/SparcV9/Makefile
index 05b3e566d925b36156ba2c693532df3789fc709b..27aa31ec534a373741ddf3a5ac51791b64c7a285 100644
(file)
--- a/
lib/Target/SparcV9/Makefile
+++ b/
lib/Target/SparcV9/Makefile
@@
-34,12
+34,9
@@
$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
-TEMP_EMITTER_INC = _temp_emitter.inc
-
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
@echo "TableGen-erating $@"
- cpp -P SparcV9.td | $(TBLGEN) -gen-emitter > $(TEMP_EMITTER_INC)
- mv -f $(TEMP_EMITTER_INC) SparcV9CodeEmitter.inc
+ cpp -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
clean::
rm -f SparcV9CodeEmitter.inc