[PATCH] D60421: [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 14:42:46 PDT 2019


steven_wu updated this revision to Diff 194207.
steven_wu added a comment.

Add one file that was missing from previous patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60421

Files:
  llvm/include/llvm/LTO/LTO.h
  llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  llvm/lib/LTO/LTO.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/test/Bitcode/Inputs/module_hash.ll
  llvm/test/Bitcode/module_hash.ll
  llvm/test/ThinLTO/X86/Inputs/alias_import.ll
  llvm/test/ThinLTO/X86/Inputs/alias_resolution.ll
  llvm/test/ThinLTO/X86/Inputs/distributed_indexes.ll
  llvm/test/ThinLTO/X86/Inputs/merge-triple.ll
  llvm/test/ThinLTO/X86/Inputs/section.ll
  llvm/test/ThinLTO/X86/Inputs/thinlto-internalize-used2.ll
  llvm/test/ThinLTO/X86/alias_import.ll
  llvm/test/ThinLTO/X86/alias_resolution.ll
  llvm/test/ThinLTO/X86/deadstrip.ll
  llvm/test/ThinLTO/X86/distributed_indexes.ll
  llvm/test/ThinLTO/X86/internalize.ll
  llvm/test/ThinLTO/X86/linkonce_odr_unnamed_addr.ll
  llvm/test/ThinLTO/X86/merge-triple.ll
  llvm/test/ThinLTO/X86/prefix_replace.ll
  llvm/test/ThinLTO/X86/section.ll
  llvm/test/ThinLTO/X86/thinlto-internalize-used.ll
  llvm/test/ThinLTO/X86/weak_resolution.ll
  llvm/test/ThinLTO/X86/weak_resolution_single.ll
  llvm/test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll
  llvm/tools/llvm-lto/llvm-lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60421.194207.patch
Type: text/x-patch
Size: 37148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/692d21de/attachment.bin>


More information about the llvm-commits mailing list