[llvm-commits] CVS: llvm/lib/Target/X86/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 11 10:31:00 PDT 2003
Changes in directory llvm/lib/Target/X86:
Makefile updated: 1.5 -> 1.6
---
Log message:
Removed `-debug' so that spurious printouts of patterns are not seen at
compilation time.
---
Diffs of the changes:
Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.5 llvm/lib/Target/X86/Makefile:1.6
--- llvm/lib/Target/X86/Makefile:1.5 Mon Aug 11 10:11:01 2003
+++ llvm/lib/Target/X86/Makefile Mon Aug 11 10:30:20 2003
@@ -23,7 +23,7 @@
$(TBLGEN) $< -gen-instr-desc -o $@
X86GenInstrSelector.inc: X86.td X86InstrInfo.td ../Target.td $(TBLGEN)
- $(TBLGEN) $< -debug -gen-instr-selector -o $@
+ $(TBLGEN) $< -gen-instr-selector -o $@
clean::
$(VERB) rm -f *.inc
More information about the llvm-commits
mailing list