1
0
mirror of https://github.com/RPCSX/llvm.git synced 2025-04-04 17:21:42 +00:00
Peter Collingbourne d150401278 IPO: Introduce ThinLTOBitcodeWriter pass.
This pass prepares a module containing type metadata for ThinLTO by splitting
it into regular and thin LTO parts if possible, and writing both parts to
a multi-module bitcode file. Modules that do not contain type metadata are
written unmodified as a single module.

All globals with type metadata are added to the regular LTO module, and
the rest are added to the thin LTO module.

Differential Revision: https://reviews.llvm.org/D27324

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289899 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-16 00:26:30 +00:00
..
2016-12-08 15:28:02 +00:00
2016-11-01 20:19:33 +00:00
2016-11-29 21:54:33 +00:00