summaryrefslogtreecommitdiff
path: root/lib/LTO/LLVMBuild.txt
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-08-11 12:56:40 +0000
committerTeresa Johnson <tejohnson@google.com>2016-08-11 12:56:40 +0000
commit9fd977036c9687b02368a52cf72beaa74c93427d (patch)
treed9604ff1330294554438b03d019ac4e88fdf20dc /lib/LTO/LLVMBuild.txt
parent452ae8eb6961de3b6baa1d2450262b8559017767 (diff)
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO/LLVMBuild.txt')
-rw-r--r--lib/LTO/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt
index cf0158c8b10..f6bcaf558bc 100644
--- a/lib/LTO/LLVMBuild.txt
+++ b/lib/LTO/LLVMBuild.txt
@@ -34,4 +34,4 @@ required_libraries =
Scalar
Support
Target
- TransformUtils \ No newline at end of file
+ TransformUtils