[PATCH] D56828: [ELF] Make RW PT_LOAD start with PT_GNU_RELRO sections
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 16:49:41 PST 2019
pcc added a comment.
So after this patch the layout will be
.data.rel.ro
.bss.rel.ro
.data
.bss
? That's valid I suppose, but I don't see how we avoid the extra mapping.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56828/new/
https://reviews.llvm.org/D56828
More information about the llvm-commits
mailing list