[PATCH] D14119: [libcxxabi] Correctly align fallback heap
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 27 09:17:47 PDT 2015
EricWF added a subscriber: EricWF.
EricWF added a comment.
This patch is incomplete and incorrect. The heap actually needs to be aligned to a 16 byte boundary, and all pointers returned from it must also be 16 byte aligned. I have a complete fix for this issue as http://reviews.llvm.org/D12669.
A fix for the non-fallback case can be found http://reviews.llvm.org/D12512. Also see https://llvm.org/bugs/show_bug.cgi?id=24604.
Repository:
rL LLVM
http://reviews.llvm.org/D14119
More information about the cfe-commits
mailing list