[PATCH] D54080: [unittest] Skip W+X MappedMemoryTests when MPROTECT is enabled
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 3 17:11:45 PDT 2018
krytarowski added a comment.
@hfinkel I would still like to drop W|X support from MemoryBlock for everybody, restricting this class to swapping between RW and RX in JIT code. For those who need RWX allocations it's more convenient to add a dedicated allocator (and NetBSD can support it). It's just a matter of time when new features on security hardened OSes will break and lose feature parity.
https://reviews.llvm.org/D54080
More information about the llvm-commits
mailing list