[PATCH] D35693: [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 21:00:29 PDT 2017


rjmccall added a comment.

Does the ARM64 ABI call for unwind tables to be emitted for all functions, like the x86-64 ABI does?

Anyway, it seems pretty unfortunate that the default behavior breaks exceptions.


https://reviews.llvm.org/D35693





More information about the cfe-commits mailing list