[PATCH] D29740: Fix PR31896.
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 15:55:30 PST 2017
eugenis added a comment.
In https://reviews.llvm.org/D29740#677198, @olista01 wrote:
> I don't think this is correct for ROPI/RWPI. We need to look through the alias to check if the underlying object is read-only or read-write, as that affects how it should be addressed.
something like this?
Repository:
rL LLVM
https://reviews.llvm.org/D29740
More information about the llvm-commits
mailing list