This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Sanitizer] Hard-code fast/slow unwinder at call site
ClosedPublic

Authored by yln on Feb 22 2019, 3:52 PM.

Details

Summary

Also assert that the caller always gets what it requested.

This purely mechanical change simplifies future refactorings and
eventual removal of BufferedStackTrace::Unwind.

Diff Detail

Event Timeline

yln created this revision.Feb 22 2019, 3:52 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 22 2019, 3:52 PM
Herald added subscribers: llvm-commits, Restricted Project, kubamracek. · View Herald Transcript
vitalybuka accepted this revision.Feb 22 2019, 4:00 PM
This revision is now accepted and ready to land.Feb 22 2019, 4:00 PM
This revision was automatically updated to reflect the committed changes.