[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 06:41:31 PST 2019
serge-sans-paille created this revision.
serge-sans-paille added a reviewer: psmith.
Herald added subscribers: llvm-commits, arichardson, emaste.
Herald added a reviewer: espindola.
It is possible to use group sections outside of COMDAT, but that's unsupported by lld. This makes lld unusuable
This is a tentative patch that just use the section content, without the duplication logic implied by COMDAT.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D56437
Files:
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h
lld/test/ELF/non-comdat-group.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56437.180655.patch
Type: text/x-patch
Size: 3887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190108/35db3ef2/attachment.bin>
More information about the llvm-commits
mailing list