[PATCH] D70146: [ELF] Improve --gc-sections compatibility with GNU ld regarding section groups

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 22:52:59 PST 2019


serge-sans-paille added a comment.

LGTM. The only thing that has me worried is to have two fields (dependentSections and nextInGroup) to represent concepts that are close (but different, due to that strange behavior wrt. /DISCARD/ sections).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70146





More information about the llvm-commits mailing list