This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Fixed slow DWARF unwinding.
ClosedPublic

Authored by hctim on Apr 16 2019, 3:08 PM.

Details

Summary

CFA was setup incorrectly, as there is an 8-byte gap at the top of the stack for SP 16-byte alignment purposes.

Diff Detail

Repository
rL LLVM

Event Timeline

hctim created this revision.Apr 16 2019, 3:08 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 16 2019, 3:08 PM
Herald added subscribers: llvm-commits, Restricted Project, javed.absar, kubamracek. · View Herald Transcript
eugenis accepted this revision.Apr 16 2019, 3:10 PM

LGTM

This revision is now accepted and ready to land.Apr 16 2019, 3:10 PM
This revision was automatically updated to reflect the committed changes.