aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Makefile
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-03 23:52:49 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-03 23:52:49 +0000
commit806e80ef42bdb416f409142a1ff1d4e8752baac8 (patch)
treeaa8373d231415f1695a243b14a55d7dd8e63d2ba /lib/Target/ARM/Makefile
parentbd29a36043f24fa31a7453ca4db7f345ede88c89 (diff)
downloadexternal_llvm-806e80ef42bdb416f409142a1ff1d4e8752baac8.zip
external_llvm-806e80ef42bdb416f409142a1ff1d4e8752baac8.tar.gz
external_llvm-806e80ef42bdb416f409142a1ff1d4e8752baac8.tar.bz2
Teach ARM Target to use the tblgen support for generating an MC'ized
CodeEmitter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118209 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 63596c3..65a6494 100644
--- a/lib/Target/ARM/Makefile
+++ b/lib/Target/ARM/Makefile
@@ -18,7 +18,7 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
ARMGenDAGISel.inc ARMGenSubtarget.inc \
ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
ARMGenDecoderTables.inc ARMGenEDInfo.inc \
- ARMGenFastISel.inc
+ ARMGenFastISel.inc ARMGenMCCodeEmitter.inc
DIRS = InstPrinter AsmParser Disassembler TargetInfo