OSDN Git Service

Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 16 Apr 2012 10:58:38 +0000 (10:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 16 Apr 2012 10:58:38 +0000 (10:58 +0000)
commit4d2e9d9a1c213db144785f386ce661914d17afb6
tree2c4cd08e1519218a2f1d0bdcde649cd445a288a7
parent16295fc20b68f9a9318cada4e4d96e964b1cdd7e
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
so we don't want it to show up in the stable 3.1 interface.

While at it, add a comment about why LTOCodeGenerator manually creates the
internalize pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154807 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/lto.h
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOCodeGenerator.h
tools/lto/lto.cpp
tools/lto/lto.exports