aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Makefile
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-04-07 20:53:12 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-04-07 20:53:12 +0000
commit3c500e6947ed8db719d87d47572de86e107ec094 (patch)
tree4440a8e0acbf1d62879630c247df92fa8d9b7d2b /lib/Target/ARM/Makefile
parentb39b7e5ebf477039a5c6064464ee10da21b5f726 (diff)
downloadexternal_llvm-3c500e6947ed8db719d87d47572de86e107ec094.zip
external_llvm-3c500e6947ed8db719d87d47572de86e107ec094.tar.gz
external_llvm-3c500e6947ed8db719d87d47572de86e107ec094.tar.bz2
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
ARMDecoderEmitter.cpp, with FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Makefile')
-rw-r--r--lib/Target/ARM/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile
index a8dd38c..4792243 100644
--- a/lib/Target/ARM/Makefile
+++ b/lib/Target/ARM/Makefile
@@ -16,8 +16,9 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
ARMGenInstrInfo.inc ARMGenAsmWriter.inc \
ARMGenDAGISel.inc ARMGenSubtarget.inc \
- ARMGenCodeEmitter.inc ARMGenCallingConv.inc
+ ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
+ ARMGenDecoderTables.inc
-DIRS = AsmPrinter AsmParser TargetInfo
+DIRS = AsmPrinter AsmParser Disassembler TargetInfo
include $(LEVEL)/Makefile.common