[PATCH] D102472: [HWASAN] Update the tag info for X86_64
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 01:49:10 PDT 2021
xiangzhangllvm added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:187
+static cl::opt<bool> ClUntagPointer("hwasan-untag-mem-operation",
+ cl::desc("untag mem operate"),
----------------
I add back untag point, (disable it in default), it is useful to test some simple test with HWASAN.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102472/new/
https://reviews.llvm.org/D102472
More information about the llvm-commits
mailing list