mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +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:
parent
2d930db24f
commit
a89cfd23c4
@ -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