aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 15:11:01 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 15:11:01 +0000
commit2aa3a66fb14203a43a298aa103d77e6a2f2fe864 (patch)
tree577218a453f80689c49f16a635c77d69d008c224 /lib/Target/X86/Makefile
parent1f28e8ce4d8b2c31769e819619a8600349327ba2 (diff)
downloadexternal_llvm-2aa3a66fb14203a43a298aa103d77e6a2f2fe864.zip
external_llvm-2aa3a66fb14203a43a298aa103d77e6a2f2fe864.tar.gz
external_llvm-2aa3a66fb14203a43a298aa103d77e6a2f2fe864.tar.bz2
Until the pattern matching instruction selector is finished, enable debug output from it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r--lib/Target/X86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile
index ee4cf8c..25aa728 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) $< -gen-instr-selector -o $@
+ $(TBLGEN) $< -debug -gen-instr-selector -o $@
clean::
$(VERB) rm -f *.inc