[PATCH] D40932: Hardware-assisted AddressSanitizer (llvm part).
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 18:27:28 PST 2017
eugenis marked an inline comment as done.
eugenis added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:256
+
+ if (PtrOperand) {
+ // Do not instrument acesses from different address spaces; we cannot deal
----------------
kcc wrote:
> Do you need this? Do you have a test?
> I'd prefer if we don't add code from asan/msan that we might not need in hwasan
added a test
https://reviews.llvm.org/D40932
More information about the llvm-commits
mailing list