[PATCH] D35702: [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 14:46:42 PDT 2017


This revision was automatically updated to reflect the committed changes.
sfertile marked an inline comment as done.
Closed by commit rL317374: [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. (authored by sfertile).

Changed prior to commit:
  https://reviews.llvm.org/D35702?vs=121430&id=121555#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35702

Files:
  llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
  llvm/trunk/include/llvm/IR/ModuleSummaryIndexYAML.h
  llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/LTO/LTO.cpp
  llvm/trunk/lib/Transforms/Utils/FunctionImportUtils.cpp
  llvm/trunk/test/Bitcode/thinlto-summary-local-5.0.ll
  llvm/trunk/test/Bitcode/thinlto-summary-local-5.0.ll.bc
  llvm/trunk/test/LTO/Resolution/X86/comdat-mixed-lto.ll
  llvm/trunk/test/LTO/Resolution/X86/comdat.ll
  llvm/trunk/test/LTO/Resolution/X86/commons.ll
  llvm/trunk/test/ThinLTO/X86/deadstrip.ll
  llvm/trunk/test/ThinLTO/X86/funcimport2.ll
  llvm/trunk/test/ThinLTO/X86/internalize.ll
  llvm/trunk/test/ThinLTO/X86/reference_non_importable.ll
  llvm/trunk/test/Transforms/LowerTypeTests/import-unsat.ll
  llvm/trunk/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/import-indir.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35702.121555.patch
Type: text/x-patch
Size: 20423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171103/04507ed4/attachment.bin>


More information about the llvm-commits mailing list