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

Ed Maste via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 14:37:48 PDT 2016


emaste added inline comments.

================
Comment at: test/test_cxa_allocate_exception.pass.cpp:34
@@ +33,3 @@
+const std::size_t required_alignment = alignof(__cxa_exception);
+const bool requires_over_alignment = max_alignment < required_alignment;
+
----------------
`requires_over_alignment` not used?


https://reviews.llvm.org/D12512





More information about the cfe-commits mailing list