This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Sanitizer] Replace last uses of old Unwind API
ClosedPublic

Authored by yln on Feb 27 2019, 6:04 PM.

Details

Summary

Replace last uses (outside of BufferedStackTrace) of old Unwind API in unit tests.

Allows us to remove the old API and WillUseFastUnwind can be made
private.

Diff Detail

Event Timeline

yln created this revision.Feb 27 2019, 6:04 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 27 2019, 6:04 PM
Herald added subscribers: llvm-commits, Restricted Project, kubamracek. · View Herald Transcript
vitalybuka accepted this revision.Feb 28 2019, 5:26 PM
This revision is now accepted and ready to land.Feb 28 2019, 5:26 PM
This revision was automatically updated to reflect the committed changes.