[libunwind] Properly align _Unwind_Exception.
authorEric Fiselier <eric@efcs.ca>
Wed, 20 Jul 2016 23:56:42 +0000 (23:56 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 20 Jul 2016 23:56:42 +0000 (23:56 +0000)
commit19f802ff68361af0a28c8ad6e12daf9bd740b96d
treecad3b5e1c754736595117f2717b0f6949104ebf7
parentde337b876f6aa366a91ca2a33603555d05f72a38
[libunwind] Properly align _Unwind_Exception.

Summary: _Unwind_Exception is required to be double word aligned. Currently the struct is under aligned.

Reviewers: mclow.lists, compnerd, kledzik, emaste

Subscribers: emaste, cfe-commits

Differential Revision: https://reviews.llvm.org/D22543

llvm-svn: 276215
libunwind/include/unwind.h
libunwind/test/alignment.pass.cpp [new file with mode: 0644]