[PATCH] D26888: [ELF] - Implemented -N (-omagic)
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 02:03:49 PST 2016
grimar added a comment.
In https://reviews.llvm.org/D26888#607201, @emaste wrote:
> I did have to use -z norelro though: maybe we should fail if -N is used with relro or force norelro? It's arguable that relro is fundamentally incompatible with -N. Either way, I think this patch should go in as is first.
It should probably be possible to implement relro for -N. But I guess there is no users of that.
I would just turn it off if -N used.
Just for record - N also implies static output, though I did not find the reasons for that and removed from last diff.
Repository:
rL LLVM
https://reviews.llvm.org/D26888
More information about the llvm-commits
mailing list