This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Fix a few libunwind includes
AbandonedPublic

Authored by ldionne on Sep 7 2022, 2:29 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

In UnwindCursor.hpp, include config.h before checking _LIBUNWIND_SUPPORT_SEH_UNWIND.

Include libunwind_ext.h for UNW_STEP_SUCCESS.

Diff Detail

Event Timeline

ldionne created this revision.Sep 7 2022, 2:29 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 7 2022, 2:29 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Sep 7 2022, 2:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 2:29 PM
ldionne abandoned this revision.Sep 7 2022, 2:29 PM

Ugh crap, this was meant to update D86766.