diff options
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r-- | lib/Target/X86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index 25aa728..ee4cf8c 100644 --- 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) $< -debug -gen-instr-selector -o $@ + $(TBLGEN) $< -gen-instr-selector -o $@ clean:: $(VERB) rm -f *.inc |