1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm/LTO
Teresa Johnson 6fd4796f76 Resolution-based LTO API.
Summary:
This introduces a resolution-based LTO API. The main advantage of this API over
existing APIs is that it allows the linker to supply a resolution for each
symbol in each object, rather than the combined object as a whole. This will
become increasingly important for use cases such as ThinLTO which require us
to process symbol resolutions in a more complicated way than just adjusting
linkage.

Patch by Peter Collingbourne.

Reviewers: rafael, tejohnson, mehdi_amini

Subscribers: lhames, tejohnson, mehdi_amini, llvm-commits

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

Address review comments

llvm-svn: 278330
2016-08-11 12:56:40 +00:00
..
legacy Move legacy LTO interface headers to legacy/ directory. 2016-07-14 21:21:16 +00:00
Config.h Resolution-based LTO API. 2016-08-11 12:56:40 +00:00
LTO.h Resolution-based LTO API. 2016-08-11 12:56:40 +00:00
LTOBackend.h Resolution-based LTO API. 2016-08-11 12:56:40 +00:00