[PATCH] D36468: [ELF] - Allow discard COMMON from linkerscript.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 07:14:39 PDT 2017
ruiu added a comment.
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.
https://reviews.llvm.org/D36468
More information about the llvm-commits
mailing list