mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Expoert c interface for disassembler.
llvm-svn: 128440
This commit is contained in:
parent
cb8447ad52
commit
db381d9aff
@ -20,7 +20,8 @@ include $(LEVEL)/Makefile.config
|
||||
LINK_LIBS_IN_SHARED = 1
|
||||
SHARED_LIBRARY = 1
|
||||
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader bitwriter
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader \
|
||||
bitwriter mcdisassembler
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -27,3 +27,6 @@ lto_codegen_set_assembler_args
|
||||
lto_codegen_set_assembler_path
|
||||
lto_codegen_set_cpu
|
||||
lto_codegen_compile_to_file
|
||||
LLVMCreateDisasm
|
||||
LLVMDisasmDispose
|
||||
LLVMDisasmInstruction
|
||||
|
Loading…
Reference in New Issue
Block a user