[PATCH] D56828: [ELF] Simplify RelRo, TLS, NOBITS section ranks and make RW PT_LOAD start with RelRo
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 2 10:19:46 PST 2019
joerg added a comment.
Placing `.bss.rel.ro` before `.data` doesn't make sense. It forces the content of `.bss.rel.ro` to embedded into the binary. I also don't really understand the motivation here. Memory mappins on the kernel side are quite cheap.
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