[PATCH] D66717: [ELF] Do not ICF two sections with different output sections (by SECTIONS commands)

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 19:57:15 PDT 2019


MaskRay updated this revision to Diff 217069.
MaskRay edited the summary of this revision.
MaskRay added subscribers: andrewng, bd1976bris.
MaskRay added a comment.

Add subscribed people in an previous approach D54422 <https://reviews.llvm.org/D54422>

Delete a stale comment
Fix deletion of dead input section members
Improve linkerscript/icf-different-output-sections.s to catch the case


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D66717

Files:
  ELF/Driver.cpp
  ELF/ICF.cpp
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Writer.cpp
  ELF/Writer.h
  test/ELF/linkerscript/early-assign-symbol.s
  test/ELF/linkerscript/icf-different-output-sections.s
  test/ELF/linkerscript/subalign.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66717.217069.patch
Type: text/x-patch
Size: 16781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190826/02a7ad8b/attachment.bin>


More information about the llvm-commits mailing list