diff options
-rw-r--r-- | tools/lto/Makefile | 3 | ||||
-rw-r--r-- | tools/lto/lto.exports | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile index 294c81b9e7..46925e77de 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -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 diff --git a/tools/lto/lto.exports b/tools/lto/lto.exports index 0fcfee59d3..b900bfb594 100644 --- a/tools/lto/lto.exports +++ b/tools/lto/lto.exports @@ -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 |