[PATCH] D12512: [libcxxabi] Manually align pointers in __cxa_allocate_exception - Fixes PR24604

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 04:53:54 PDT 2015


joerg added a subscriber: joerg.
joerg requested changes to this revision.
joerg added a reviewer: joerg.
joerg added a comment.
This revision now requires changes to proceed.

Please don't commit this as is. Many platforms have posix_memalign or equivalent, which makes this both simpler and potentially without wasting memory. Compare e.g. http://reviews.llvm.org/D12001.


http://reviews.llvm.org/D12512





More information about the cfe-commits mailing list