[PATCH] D18190: [ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against preemptible symbol when linking shared object.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 07:40:49 PDT 2016
> This is not a fatal error which immediately let the linker terminate at least. So from the user's point of view, our error sometimes looks like a warning that just prints out a lot of > error messages (although it will eventually make the entire link fail at some point in future.)
That is an issue I believe. We probably want to fatal() at some point, say 50 errors for example.
(That contradicts? using lld as a lib I think)
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160316/120f2f4e/attachment.html>
More information about the llvm-commits
mailing list