[PATCH] D33485: [ELF] - Do not allow -r to eat comdats.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 11:29:51 PDT 2017


ruiu added a comment.

In general, I think we pass through all input sections to an output when the -r option is given. But in this patch you deduplicates comdat groups. Do you need that?


https://reviews.llvm.org/D33485





More information about the llvm-commits mailing list