aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/BinaryStreamError.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-08-31 14:56:55 +0000
committerMartin Storsjo <martin@martin.st>2018-08-31 14:56:55 +0000
commita2646444d284b6f1f2a2f657a83c72eea0ec750c (patch)
tree65466dcda5c0f3e5ccb9c309de31dc7665d3cd79 /llvm/lib/Support/BinaryStreamError.cpp
parente3d6b9786e61c80a089a5812e7699dd18f0ebcc3 (diff)
downloadllvm-a2646444d284b6f1f2a2f657a83c72eea0ec750c.zip
llvm-a2646444d284b6f1f2a2f657a83c72eea0ec750c.tar.gz
llvm-a2646444d284b6f1f2a2f657a83c72eea0ec750c.tar.bz2
Fix existing code for SEH on ARM to compile correctly
Even though SEH for ARM is incomplete, make what code already exists at least compile correctly. The _LIBUNWIND_CURSOR_SIZE wasn't correct. ARM (and AArch64) have a DISPATCHER_CONTEXT field named TargetPc instead of TargetIp. For the libunwind.h UNW_* constants, there is no UNW_ARM_PC, only UNW_ARM_IP. Don't use 'r' as loop variable when 'r' already is a Registers_arm member. Differential Revision: https://reviews.llvm.org/D51530 llvm-svn: 341217
Diffstat (limited to 'llvm/lib/Support/BinaryStreamError.cpp')
0 files changed, 0 insertions, 0 deletions