[PATCH] D22676: [ELF] - Linkerscript: ignore DATA_SEGMENT_RELRO_END expression

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 13:51:46 PDT 2016


grimar abandoned this revision.
grimar added a comment.

I just realized that is not so simple. Even if DATA_SEGMENT_RELRO_END functionality itself mostly can be ignored, it still should do alignment of location counter to page boundaries if -z relro is used I think.


https://reviews.llvm.org/D22676





More information about the llvm-commits mailing list