Adding the missing LTO API to lto.exports

Summary:
lto_codegen_set_should_embed_uselists is introduced in r235943 but not
added to lto.exports. Add to export list to expose the API.

Reviewers: dexonsmith

Subscribers: rafael, llvm-commits

Differential Revision: http://reviews.llvm.org/D10658

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Steven Wu 2015-06-23 18:56:48 +00:00
parent 8bb10c6ad8
commit 4f6926b4bd

View File

@ -42,6 +42,7 @@ lto_codegen_compile_to_file
lto_codegen_optimize
lto_codegen_compile_optimized
lto_codegen_set_should_internalize
lto_codegen_set_should_embed_uselists
LLVMCreateDisasm
LLVMCreateDisasmCPU
LLVMDisasmDispose