[PATCH] D41137: [hwasan] Inline instrumentation & fixed shadow.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 17:01:18 PST 2017
eugenis added inline comments.
================
Comment at: compiler-rt/lib/hwasan/hwasan_linux.cc:125
+
+ __hwasan_shadow_memory_dynamic_address = 0;
+
----------------
kcc wrote:
> Do you still want to keep it?
you are right, there is no point in keeping it
https://reviews.llvm.org/D41137
More information about the llvm-commits
mailing list