[PATCH] D36573: [ELF] - Treat .gnu.linkonce sections as COMDAT

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 08:25:02 PDT 2017


ruiu added a comment.

If I understand https://bugs.llvm.org/show_bug.cgi?id=31586 correctly, this is adding more code to a hack that will be removed in near future. I don't think we should do that unless it is absolutely necessary, especially because this patch touches not a single place but many places in the source code.


https://reviews.llvm.org/D36573





More information about the llvm-commits mailing list