[PATCH] D36468: [ELF] - Allow discard COMMON from linkerscript.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 07:17:29 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D36468#836637, @ruiu wrote:

> I'm lukewarm about this change. Such linker script doesn't make sense, so doing something for such nonsense seems to be just increasing the complexity of the code. You might still want to fix a crash bug, but attempting to do "the right thing" for this doesn't seem to worth it.


Ok, I'll restrict discarding COMMON and update the diff then.


https://reviews.llvm.org/D36468





More information about the llvm-commits mailing list