[PATCH] D23954: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 10:08:48 PDT 2016


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: include/llvm/Transforms/Utils/ASanStackFrameLayout.h:74
@@ +73,3 @@
+// Returns shadow bytes with marked red zones and after scope.
+SmallVector<uint8_t, 64> GetShadowBytesAfterReturn(
+    // The array of stack variables. The elements may get reordered and changed.
----------------
delete


https://reviews.llvm.org/D23954





More information about the llvm-commits mailing list