[PATCH] D51530: [libunwind] Fix existing code for SEH on ARM to compile correctly

2018-08-31 Thread Martin Storsjö via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL341217: Fix existing code for SEH on ARM to compile correctly (authored by mstorsjo, committed by ). Herald added subscribers: llvm-commits, christof. Changed prior to commit: https://reviews.llvm.org/D

[PATCH] D51530: [libunwind] Fix existing code for SEH on ARM to compile correctly

2018-08-31 Thread Martin Storsjö via Phabricator via cfe-commits
mstorsjo created this revision. mstorsjo added reviewers: cdavis5x, rnk. Herald added a reviewer: javed.absar. Herald added subscribers: chrib, kristof.beyls. Even though SEH for ARM is incomplete, make what code already exists at least compile correctly. The _LIBUNWIND_CURSOR_SIZE wasn't correc