[PATCH] D23711: [asan] Minimize code size by using __asan_set_shadow_* for large blocks

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 12:17:29 PDT 2016


eugenis added a comment.

Please extend the test with different combinations of inline/non-inline shadow ranges.


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:2037
@@ +2036,3 @@
+    if (!AsanSetShadowFunc[Val])
+      continue;
+
----------------
do you mean "break"?
Or even replace this with assert().



https://reviews.llvm.org/D23711





More information about the llvm-commits mailing list