mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
Removed `-debug' so that spurious printouts of patterns are not seen at
compilation time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c2af6e93a
commit
859e5cc1f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user