This is an archive of the discontinued LLVM Phabricator instance.

[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
ClosedPublic

Authored by vitalybuka on Aug 26 2016, 8:58 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 69469.Aug 26 2016, 8:58 PM
vitalybuka retitled this revision from to [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout.
vitalybuka updated this object.
vitalybuka added a reviewer: eugenis.
vitalybuka added a subscriber: llvm-commits.
eugenis accepted this revision.Aug 29 2016, 10:08 AM
eugenis edited edge metadata.

LGTM

include/llvm/Transforms/Utils/ASanStackFrameLayout.h
74 ↗(On Diff #69469)

delete

This revision is now accepted and ready to land.Aug 29 2016, 10:08 AM
vitalybuka marked an inline comment as done.
vitalybuka edited edge metadata.

Removed unused declaration

updated doc string

This revision was automatically updated to reflect the committed changes.