]> granicus.if.org Git - llvm/commit
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
authorSean Fertile <sfertile@ca.ibm.com>
Fri, 3 Nov 2017 21:45:55 +0000 (21:45 +0000)
committerSean Fertile <sfertile@ca.ibm.com>
Fri, 3 Nov 2017 21:45:55 +0000 (21:45 +0000)
commitcdc57825ed64b0995a34dcbf9f330e8b2d5cd5bd
tree2ea024ec4e3d49cb9ce6198b7e87fb4e3ff20cda
parentce8f24e6d75e12371b723070fbcd546ebb01598b
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.

Now that we have a way to mark GlobalValues as local we can use the symbol
resolutions that the linker plugin provides as part of lto/thinlto link
step to refine the compilers view on what symbols will end up being local.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317374 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/IR/ModuleSummaryIndexYAML.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/LTO/LTO.cpp
lib/Transforms/Utils/FunctionImportUtils.cpp
test/Bitcode/thinlto-summary-local-5.0.ll [new file with mode: 0644]
test/Bitcode/thinlto-summary-local-5.0.ll.bc [new file with mode: 0644]
test/LTO/Resolution/X86/comdat-mixed-lto.ll
test/LTO/Resolution/X86/comdat.ll
test/LTO/Resolution/X86/commons.ll
test/ThinLTO/X86/deadstrip.ll
test/ThinLTO/X86/funcimport2.ll
test/ThinLTO/X86/internalize.ll
test/ThinLTO/X86/reference_non_importable.ll
test/Transforms/LowerTypeTests/import-unsat.ll
test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll
test/Transforms/WholeProgramDevirt/import-indir.ll