In UnwindCursor.hpp, include config.h before checking
_LIBUNWIND_SUPPORT_SEH_UNWIND.
Include libunwind_ext.h for UNW_STEP_SUCCESS.
Differential D86766
[libunwind] Fix a few libunwind includes rprichard on Aug 28 2020, 12:50 AM. Authored by
Details
Diff Detail
Event TimelineComment 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. 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. |