[PATCH] D17502: [ELF] - Fix of 22906, referencing __start or __stop should keep the section from GC.
Ed Schouten via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 03:39:06 PST 2016
ed added a comment.
Hi George,
In http://reviews.llvm.org/D17502#360482, @grimar wrote:
> Hello Ed ! Updated version patch fits LLD 3.8.0-rc2 fine. It is in attachment.
That is awesome. I've just done some experiments with your patch for 3.8.0-rc2 and it looks like I can get our unit testing binary to link. The unit testing binary also seems to work all right. Thanks a lot!
I've just included this patch into our package building system and switched it back to using LLD on x86-64 instead of using GNU ld:
https://github.com/NuxiNL/cloudabi-ports/commit/2629d0907a2324d1c257e7412485d02f247e2ae6
http://reviews.llvm.org/D17502
More information about the llvm-commits
mailing list