This is an archive of the discontinued LLVM Phabricator instance.

[MSan] [PowerPC] Dereference function descriptors when recording stack origins.
ClosedPublic

Authored by koriakin on Apr 26 2016, 10:41 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [MSan] [PowerPC] Dereference function descriptors when recording stack origins..
koriakin updated this object.
koriakin added reviewers: kcc, eugenis.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.
aizatsky added inline comments.
lib/msan/msan.cc
544 ↗(On Diff #55038)

pc is sometimes 0 (see function above).

koriakin updated this object.

Whoops, of course it is. Fixed.

koriakin marked an inline comment as done.Apr 27 2016, 2:14 PM
aizatsky accepted this revision.Apr 27 2016, 2:27 PM
aizatsky added a reviewer: aizatsky.
This revision is now accepted and ready to land.Apr 27 2016, 2:27 PM
This revision was automatically updated to reflect the committed changes.