mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Expoert c interface for disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,7 +20,8 @@ include $(LEVEL)/Makefile.config
|
|||||||
LINK_LIBS_IN_SHARED = 1
|
LINK_LIBS_IN_SHARED = 1
|
||||||
SHARED_LIBRARY = 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
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@@ -27,3 +27,6 @@ lto_codegen_set_assembler_args
|
|||||||
lto_codegen_set_assembler_path
|
lto_codegen_set_assembler_path
|
||||||
lto_codegen_set_cpu
|
lto_codegen_set_cpu
|
||||||
lto_codegen_compile_to_file
|
lto_codegen_compile_to_file
|
||||||
|
LLVMCreateDisasm
|
||||||
|
LLVMDisasmDispose
|
||||||
|
LLVMDisasmInstruction
|
||||||
|
Reference in New Issue
Block a user