[PATCH] D18190: [ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against preemptible symbol when linking shared object.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 07:35:43 PDT 2016


On Wed, Mar 16, 2016 at 7:31 AM, George Rimar <grimar at accesssoftek.com>
wrote:

> grimar added a comment.
>
> In http://reviews.llvm.org/D18190#376380, @ruiu wrote:
>
> > Users may care, but it is hypothesis, so let's not take care of that for
> now. We may want to de-dup warnings in future.
>
>
> It is not warning, that is an error..
>

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.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160316/89b93cfc/attachment.html>


More information about the llvm-commits mailing list