[PATCH] D30256: [ELF] - Implemented -z noreloc-overflow.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 12:45:44 PST 2017


>It doesn't make sense to me. The definition of the option is this: -no-dynamic-linker is an option to not add .interp section, >period. Essentially, you need to keep the semantics of each option as clear as possible instead of overloading multiple meanings >to one option.

>
>Maybe we should just allow text relocations.

That is what I am talking about. There some point to disallow text relocations for DSO,
that what we already do, but I do not know why we do that for PIE.
So probably at least for PIE we can do that (or I am missing something).

George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170222/652dae8f/attachment.html>


More information about the llvm-commits mailing list