[PATCH] D12512: [libcxxabi] Manually align pointers in __cxa_allocate_exception - Fixes PR24604
Dan Albert via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 20 10:23:43 PDT 2016
danalbert added a comment.
The configure-time check LGTM. Android has it for all recent versions (since JB), but that will cover the case of GB and ICS.
================
Comment at: src/cxa_exception.cpp:127
@@ +126,3 @@
+ // on 32 bit targets.
+ ptr = std::malloc(size);
+#endif
----------------
`#warning` until that's done?
https://reviews.llvm.org/D12512
More information about the cfe-commits
mailing list