aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-11 05:09:20 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-11 05:09:20 +0000
commita7ac688d55210487052dcd809ed2643d6016315c (patch)
tree77e2c158199029a2d8f4c9ee0faa6b82d28352b5 /lib/Target/ARM/Makefile
parent3bcd9f7902aa1c61b868fd57da5c18f201280ca4 (diff)
downloadexternal_llvm-a7ac688d55210487052dcd809ed2643d6016315c.zip
external_llvm-a7ac688d55210487052dcd809ed2643d6016315c.tar.gz
external_llvm-a7ac688d55210487052dcd809ed2643d6016315c.tar.bz2
MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Makefile')
-rw-r--r--lib/Target/ARM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile
index 0276187..b3fcfaf 100644
--- a/lib/Target/ARM/Makefile
+++ b/lib/Target/ARM/Makefile
@@ -14,7 +14,7 @@ TARGET = ARM
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
- ARMGenInstrInfo.inc ARMGenAsmWriter.inc \
+ ARMGenInstrInfo.inc ARMGenAsmWriter.inc ARMGenAsmMatcher.inc \
ARMGenDAGISel.inc ARMGenSubtarget.inc \
ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
ARMGenDecoderTables.inc ARMGenEDInfo.inc \