1
0
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:
Devang Patel 2011-03-29 00:01:39 +00:00
parent cb8447ad52
commit db381d9aff
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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