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:
1f28e8c
)
Until the pattern matching instruction selector is finished, enable debug output...
author
Chris Lattner
<sabre@nondot.org>
Mon, 11 Aug 2003 15:11:01 +0000
(15:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 11 Aug 2003 15:11:01 +0000
(15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7722
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/Makefile
patch
|
blob
|
history
diff --git
a/lib/Target/X86/Makefile
b/lib/Target/X86/Makefile
index ee4cf8c85cc8a908a8529d9983fceebf11dcf765..25aa728ca7162c2dac52c62dc4627bfe3349639a 100644
(file)
--- a/
lib/Target/X86/Makefile
+++ b/
lib/Target/X86/Makefile
@@
-23,7
+23,7
@@
X86GenInstrInfo.inc: X86.td X86InstrInfo.td ../Target.td $(TBLGEN)
$(TBLGEN) $< -gen-instr-desc -o $@
X86GenInstrSelector.inc: X86.td X86InstrInfo.td ../Target.td $(TBLGEN)
- $(TBLGEN) $< -gen-instr-selector -o $@
+ $(TBLGEN) $< -
debug -
gen-instr-selector -o $@
clean::
$(VERB) rm -f *.inc