diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/lto/Makefile | 3 | ||||
| -rw-r--r-- | llvm/tools/lto/lto.exports | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/llvm/tools/lto/Makefile b/llvm/tools/lto/Makefile index 294c81b9e73..46925e77de2 100644 --- a/llvm/tools/lto/Makefile +++ b/llvm/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/llvm/tools/lto/lto.exports b/llvm/tools/lto/lto.exports index 0fcfee59d3c..b900bfb594b 100644 --- a/llvm/tools/lto/lto.exports +++ b/llvm/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 |

