[PATCH] D80765: [lld] Handle bitcode comdat groups separately to deduplicate thinlto comdat sections

Christy Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 15:59:13 PDT 2020


christylee created this revision.
Herald added subscribers: llvm-commits, dexonsmith, MaskRay, arichardson, inglorion, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: MaskRay.
Herald added a project: LLVM.
christylee edited the summary of this revision.
christylee added reviewers: ruiu, sbc100, dblaikie.
christylee added subscribers: wenlei, hoy.

This change allows lld to deduplicate bitcode file comdat groups, which is useful for thinlto builds.

For more context, see https://reviews.llvm.org/D62884


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80765

Files:
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputFiles.h
  lld/ELF/Relocations.cpp
  lld/ELF/SymbolTable.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80765.267063.patch
Type: text/x-patch
Size: 4844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/b725d0af/attachment.bin>


More information about the llvm-commits mailing list