[PATCH] D51454: [LLD] [COFF] Make sections with runtime pseudo relocations writable
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 21:50:32 PDT 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D51454#1218384, @smeenai wrote:
> You can still use VirtualProtectFromApp with UWP; you just can't do W+X.
Oh, I'll look into that. As long as all references from code use refptr, that should be fine then, and we could drop this patch.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D51454
More information about the llvm-commits
mailing list