[llvm-commits] CVS: llvm/lib/Target/X86/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 11 10:12:01 PDT 2003
Changes in directory llvm/lib/Target/X86:
Makefile updated: 1.4 -> 1.5
---
Log message:
Until the pattern matching instruction selector is finished, enable debug output from it
---
Diffs of the changes:
Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.4 llvm/lib/Target/X86/Makefile:1.5
--- llvm/lib/Target/X86/Makefile:1.4 Mon Aug 11 09:59:22 2003
+++ llvm/lib/Target/X86/Makefile Mon Aug 11 10:11:01 2003
@@ -23,7 +23,7 @@
$(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
More information about the llvm-commits
mailing list