[PATCH] D56437: Support blank flag in SHT_GROUP sections for ELF
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 8 23:53:30 PST 2019
serge-sans-paille added a comment.
Thanks @psmith for the context. I just found the culprit line in gas assembler: https://github.com/bminor/binutils-gdb/blob/502c64b9ac12cf2a35d3cb55c51e2eefd33a2494/bfd/elf.c#L3590
But as mentionned by @ruiu, I cannot find any evidence of this being a standard behavior :-/ For instance MC/ELFObjectWriter.cpp unconditionnaly write all group sections as COMDAT.
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