aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 19:35:26 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 19:35:26 +0000
commit93c1afacd1f15e6bfe1bdbb9432601e9d1333630 (patch)
treecde8a09c7a45a13428ad52845a01c58d0f336b0b /lib/Target/X86/Makefile
parent2b3860faebe96b45a5654d4e4ca9faa18ed97dbb (diff)
downloadexternal_llvm-93c1afacd1f15e6bfe1bdbb9432601e9d1333630.zip
external_llvm-93c1afacd1f15e6bfe1bdbb9432601e9d1333630.tar.gz
external_llvm-93c1afacd1f15e6bfe1bdbb9432601e9d1333630.tar.bz2
Add a new -enable-cygwin-compatible-output argument, which make the output more
consumably by the cygwin assembler. This is really just a nasty hack until we get real target triple support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7742 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