[PATCH] D22813: [ELF] Linkerscript: implement DATA_SEGMENT_RELRO_END.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 11:18:08 PDT 2016
grimar added a comment.
In https://reviews.llvm.org/D22813#496287, @ruiu wrote:
> Okay. This is a hairy feature which we probably don't want to fully support. Don't know how to communicate to users that our linker script semantics is different for this function. I was thinking of a warning message, but it can be too noisy. Maybe we should add a note in the documentation?
I don't think users really will care about first 3 got.plt entry protection. So we can note about this in some general list of known difference, but I would probably not expect someone notice that at all.
Repository:
rL LLVM
https://reviews.llvm.org/D22813
More information about the llvm-commits
mailing list