mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
Until the pattern matching instruction selector is finished, enable debug output from it
llvm-svn: 7722
This commit is contained in:
parent
623bd2eb83
commit
4650950aee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user