[PATCH] D48924: [ELF] - Prevent relocation overflow against .bss in some cases.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 11:02:12 PDT 2018


ruiu added a comment.

I doubt if the benefit of this patch exceeds the increased complexity. Isn't this a corner case where no one can really say this is a bug? Can't you simply fix your linker script instead of lld?


https://reviews.llvm.org/D48924





More information about the llvm-commits mailing list