[PATCH] D56437: Support blank flag in SHT_GROUP sections for ELF

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 07:26:04 PST 2019


bd1976llvm added a comment.

I agree with Rui. My understanding is that groups in ELF were designed specifically to support C++ templates and inline functions which is why COMDAT groups are the only allowed kind.
Interestingly, I have been having a somewhat related discussion on this review: https://reviews.llvm.org/D53234.
Could the annobin tool use SHF_LINK_ORDER instead?


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D56437





More information about the llvm-commits mailing list