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 llvm-svn: 240442
This commit is contained in:
parent
e53f0f9019
commit
df2eb7777d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue