[PATCH] D25417: [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 19:45:58 PST 2016


EricWF added a comment.

I ran into some test failures on OS X while attempting to commit this. The `unwind.h` header provided on OS X hasn't upstreamed the libunwind fix from  r276215 <https://reviews.llvm.org/D22543>, meaning `__cxa_exception` is still under-aligned and therefore so is the exception.

I'll commit this in the next day or two after dealing with the apple bug.


https://reviews.llvm.org/D25417





More information about the cfe-commits mailing list