[PATCH] D14119: [libcxxabi] Correctly align fallback heap
Oliver Stannard via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 27 09:39:59 PDT 2015
olista01 abandoned this revision.
olista01 added a comment.
Ok, I'll abandon this patch and wait for Eric's.
I think the char* aliasing rule only works one way, i.e. any object can be accessed through an lvalue of type char, but not the other way round (c++11, 3.10/10). I didn't know about the "object lifetime" rules though, maybe they allow it.
Repository:
rL LLVM
http://reviews.llvm.org/D14119
More information about the cfe-commits
mailing list