[PATCH] D59709: [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 13:06:22 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360466: [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible (authored by tejohnson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59709?vs=192561&id=199067#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59709/new/

https://reviews.llvm.org/D59709

Files:
  llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
  llvm/trunk/include/llvm/IR/ModuleSummaryIndexYAML.h
  llvm/trunk/include/llvm/LTO/LTO.h
  llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/ModuleSummaryIndex.cpp
  llvm/trunk/lib/LTO/LTO.cpp
  llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
  llvm/trunk/test/Assembler/thinlto-summary.ll
  llvm/trunk/test/Bitcode/thinlto-alias.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/trunk/test/Bitcode/thinlto-type-tests.ll
  llvm/trunk/test/Bitcode/thinlto-type-vcalls.ll
  llvm/trunk/test/ThinLTO/X86/Inputs/linkonce_odr_unnamed_addr.ll
  llvm/trunk/test/ThinLTO/X86/linkonce_odr_unnamed_addr.ll
  llvm/trunk/test/ThinLTO/X86/linkonce_resolution_comdat.ll
  llvm/trunk/test/Transforms/LowerTypeTests/import-unsat.ll
  llvm/trunk/test/Transforms/WholeProgramDevirt/import-indir.ll
  llvm/trunk/test/tools/gold/X86/Inputs/linkonce_odr_unnamed_addr.ll
  llvm/trunk/test/tools/gold/X86/linkonce_odr_unnamed_addr.ll
  llvm/trunk/test/tools/gold/X86/thinlto.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59709.199067.patch
Type: text/x-patch
Size: 68637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190510/692a25e5/attachment.bin>


More information about the llvm-commits mailing list