mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
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
bfd95486d5
commit
0a33c9203e
@ -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
Block a user