[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.
authorAkira Hatanaka <ahatanaka@apple.com>
Sat, 13 May 2017 06:28:17 +0000 (06:28 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sat, 13 May 2017 06:28:17 +0000 (06:28 +0000)
commitc57477b2bde54b1a43b7f6bea502641d0264a646
tree13642d926f7843421ce00e153dd5ed709cb1828e
parentd2a10ad76192bea8ac79db7c93c887629c65f599
[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.

For ARM EHABI, _Unwind_Exception is an alias of _Unwind_Control_Block,
which is not aligned, so we shouldn't align unwindHeader either.

rdar://problem/25364625

llvm-svn: 302981
libcxxabi/src/cxa_exception.hpp