In UnwindCursor.hpp, include config.h before checking
_LIBUNWIND_SUPPORT_SEH_UNWIND.
Include libunwind_ext.h for UNW_STEP_SUCCESS.
Paths
| Differential D86766
[libunwind] Fix a few libunwind includes ClosedPublic Authored by ldionne on Aug 28 2020, 12:50 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 28 2020, 12:50 AM rprichard added a child revision: D86767: [libunwind] Minor SJLJ config cleanup. NFCI..Aug 28 2020, 12:57 AM Comment Actions On second thought, maybe I don't actually need this change, and the includes still seem like a mess in libunwind. Maybe it makes more sense to do a larger revision eventually. rprichard removed a child revision: D86767: [libunwind] Minor SJLJ config cleanup. NFCI..Sep 2 2020, 10:52 PM Comment Actions ... so that it no longer shows on my review queue. I think this is still worth doing, especially the weird include places in UnwindCursor.hpp might confuse readers. This revision is now accepted and ready to land.Jun 30 2022, 12:25 PM This revision was landed with ongoing or failed builds.Sep 7 2022, 7:18 PM Closed by commit rG6332a00d696d: [libunwind] Fix a few libunwind includes (authored by rprichard, committed by ldionne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 458624 libunwind/src/CompactUnwinder.hpp
libunwind/src/DwarfInstructions.hpp
libunwind/src/UnwindCursor.hpp
|