llvm-6502/tools/edis
Benjamin Kramer 178051fbae Clients are responsible for initializing the targets, remove it from the disassembler API.
This will break users of the LLVMCreateDisasm API (not that I know of any). They have to call the 
LLVMInitializeAll* functions from llvm-c/Target.h themselves now. edis' C API in all its horribleness 
should be unaffected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144385 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-11 13:20:40 +00:00
..
CMakeLists.txt As a (rather delayed) followup to r136738 which stopped building the 2011-09-04 23:32:05 +00:00
EDMain.cpp Clients are responsible for initializing the targets, remove it from the disassembler API. 2011-11-11 13:20:40 +00:00
Makefile build: Tidy up a bunch of tool Makefiles, and simplify where possible using the 2011-10-18 19:27:24 +00:00