[PATCH] D12512: [libcxxabi] Manually align pointers in __cxa_allocate_exception - Fixes PR24604
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 31 18:58:08 PDT 2015
EricWF added a comment.
In http://reviews.llvm.org/D12512#236984, @majnemer wrote:
> Wouldn't this change be problematic if you threw to code which was statically linked with a prior version of libcxxabi?
How do you mean? As in you have two different versions of libc++abi linked into one executable? If so your already in bad shape.
http://reviews.llvm.org/D12512
More information about the cfe-commits
mailing list