From 8f993b8c244bb5ec19d004a070eb9f32c5a29b1a Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Thu, 8 Apr 2010 00:48:21 +0000 Subject: Added support for ARM disassembly to edis. I also added a rule to the ARM target's Makefile to build the ARM-specific instruction information table for the enhanced disassembler. I will add the test harness for all this stuff in a separate commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100735 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/ARM') diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index 4792243..9e3ff29 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -17,7 +17,7 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \ ARMGenInstrInfo.inc ARMGenAsmWriter.inc \ ARMGenDAGISel.inc ARMGenSubtarget.inc \ ARMGenCodeEmitter.inc ARMGenCallingConv.inc \ - ARMGenDecoderTables.inc + ARMGenDecoderTables.inc ARMGenEDInfo.inc DIRS = AsmPrinter AsmParser Disassembler TargetInfo -- cgit v1.1