llvm-6502/tools/edis
Sean Callanan 2fb938fd42 Build system fixes. llvm-mc depends on
libEnhancedDisassembly, so we now build the
static library in all cases (although the shared
library is only built when requested/possible).

Also, fixed a bug where edis wasn't properly
initializing the targets it uses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101072 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-12 21:55:49 +00:00
..
EDDisassembler.cpp Updated the edis build mechanism to allow for builds 2010-04-10 00:48:10 +00:00
EDDisassembler.h Added support for ARM disassembly to edis. 2010-04-08 00:48:21 +00:00
EDInst.cpp Bugfixes for edis. Code to initialize instruction 2010-04-09 00:11:15 +00:00
EDInst.h
EDMain.cpp Added support for ARM disassembly to edis. 2010-04-08 00:48:21 +00:00
EDOperand.cpp Added support for ARM disassembly to edis. 2010-04-08 00:48:21 +00:00
EDOperand.h
EDToken.cpp Added support for ARM disassembly to edis. 2010-04-08 00:48:21 +00:00
EDToken.h
EnhancedDisassembly.exports
Makefile Build system fixes. llvm-mc depends on 2010-04-12 21:55:49 +00:00