[PATCH] D58892: [ELF] Split RW PT_LOAD on the PT_GNU_RELRO boundary
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 04:28:46 PST 2019
krytarowski added a comment.
We would like to get this PT_LOAD split as a tunable, ignoring whether tests are passed or not when it is disabled.
At some point of time (hopefully sooner than later) we will add a switch in lld that investigates Triplet, retrieves version of the OS and conditionally enables it. This way we will get support for older and newer versions of NetBSD. We want to narrow this knowledge to the linker (in a way like: https://reviews.llvm.org/D70048), rather than spread to GCC in base, several versions of GCC in pkgsrc and Portable C Compiler.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58892/new/
https://reviews.llvm.org/D58892
More information about the llvm-commits
mailing list