[PATCH] D41137: [hwasan] Inline instrumentation & fixed shadow.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 14:58:18 PST 2017
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with one optional question.
================
Comment at: compiler-rt/lib/hwasan/hwasan_linux.cc:125
+
+ __hwasan_shadow_memory_dynamic_address = 0;
+
----------------
Do you still want to keep it?
https://reviews.llvm.org/D41137
More information about the llvm-commits
mailing list