[PATCH] D44479: [MSan] Add an isStore argument to getShadowOriginPtr(). NFC

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 11:37:13 PDT 2018


eugenis added a comment.

Yes, this sounds fine.
You may want to provide a read-only page for reads and a write-only page for write to validate the use of this interface.


Repository:
  rL LLVM

https://reviews.llvm.org/D44479





More information about the llvm-commits mailing list