libunwind: Properly align _Unwind_Exception.
_Unwind_Exception is required to be double word aligned. GCC has
interpreted this to mean "use the maximum useful alignment for the
target" so follow that lead.
Obtained from: LLVM review D22543
libunwind: Properly align _Unwind_Exception. Tags None Referenced Files None Subscribers None
Description
Details
|