[PATCH] D33643: [ELF] - Allow multiple comdats when producing relocatable output.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 07:55:23 PDT 2017


ruiu added a comment.

How can this happen? I believe we dedup SHT_GROUP sections even if the -r option is given, so we want to emit only one SHT_GROUP for each unique name, no?


https://reviews.llvm.org/D33643





More information about the llvm-commits mailing list