diff options
author | Sean Callanan <scallanan@apple.com> | 2010-04-08 00:48:21 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2010-04-08 00:48:21 +0000 |
commit | 03549ee5afba247f4f6f5d1542f5d49b619a9fb2 (patch) | |
tree | b8687604e77d9592d7991acd794b3e0e0e63044b /llvm/lib | |
parent | 60462098d424928f932582aa16dddaedda321151 (diff) | |
download | bcm5719-llvm-03549ee5afba247f4f6f5d1542f5d49b619a9fb2.tar.gz bcm5719-llvm-03549ee5afba247f4f6f5d1542f5d49b619a9fb2.zip |
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.
llvm-svn: 100735
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Makefile b/llvm/lib/Target/ARM/Makefile index 47922436f53..9e3ff29e07c 100644 --- a/llvm/lib/Target/ARM/Makefile +++ b/llvm/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 |