diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-04-09 05:26:48 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-04-09 05:26:48 +0000 |
commit | 3029a0c56a1e4249746ff6b54d825e88fee6cddf (patch) | |
tree | 8c20a7ce9b751377e08697c8cfd7dba23d18861e /tools/lto/lto.exports | |
parent | ae1bec52f7a0e8b719e74f3575ec238094ff7599 (diff) |
Add a hook to turn on the internalize pass through the LTO interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/lto.exports')
-rw-r--r-- | tools/lto/lto.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lto/lto.exports b/tools/lto/lto.exports index b900bfb594..1726388c0a 100644 --- a/tools/lto/lto.exports +++ b/tools/lto/lto.exports @@ -27,6 +27,7 @@ lto_codegen_set_assembler_args lto_codegen_set_assembler_path lto_codegen_set_cpu lto_codegen_compile_to_file +lto_codegen_whole_program_optimization LLVMCreateDisasm LLVMDisasmDispose LLVMDisasmInstruction |