[PATCH] D35265: [libunwind] Handle .ARM.exidx tables without sentinel last entry

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 08:51:00 PDT 2017


chill added a comment.

AFAICT, GCC's libgcc wil happily accept an exidx table without a sentinel at the end and DTRT: https://github.com/gcc-mirror/gcc/blob/master/libgcc/unwind-arm-common.inc#L156


https://reviews.llvm.org/D35265





More information about the llvm-commits mailing list