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

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 10:39:25 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358601: [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols (authored by steven_wu, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60421?vs=194207&id=195600#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60421

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60421.195600.patch
Type: text/x-patch
Size: 37704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190417/30cd56f2/attachment.bin>


More information about the llvm-commits mailing list