[llvm] r240442 - Adding the missing LTO API to lto.exports

Steven Wu stevenwu at apple.com
Tue Jun 23 11:56:48 PDT 2015


Author: steven_wu
Date: Tue Jun 23 13:56:48 2015
New Revision: 240442

URL: http://llvm.org/viewvc/llvm-project?rev=240442&view=rev
Log:
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

Modified:
    llvm/trunk/tools/lto/lto.exports

Modified: llvm/trunk/tools/lto/lto.exports
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/lto.exports?rev=240442&r1=240441&r2=240442&view=diff
==============================================================================
--- llvm/trunk/tools/lto/lto.exports (original)
+++ llvm/trunk/tools/lto/lto.exports Tue Jun 23 13:56:48 2015
@@ -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





More information about the llvm-commits mailing list