mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8bb10c6ad8
commit
4f6926b4bd
@ -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…
x
Reference in New Issue
Block a user