summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2017-11-28 00:36:29 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2017-11-28 00:36:29 +0000
commita3f273ac00d2a4169dbb18df1e5814509906b812 (patch)
tree5d6beb0d4a680bbee557b0b2cfae420ea05e5077 /.arcconfig
parent5bff412f87e41f24e25e15e8d1739684aa6f0907 (diff)
Insert padding before the __cxa_exception header to ensure the thrown
object is sufficiently aligned. r303175 annotated field unwindHeader of __cxa_exception with attribute 'aligned' to ensure the thrown object following the __cxa_exception header was sufficiently aligned. This caused changes in the field offsets of __cxa_exception relative to the start of the thrown object, which was an ABI breaking change for some clients. Instead of annotating field unwindHeader, this commit inserts extra space before the header. This ensures the thrown object following the header is sufficiently aligned without changing the field offsets, thus avoiding any ABI breakages. rdar://problem/25364625 rdar://problem/35556163 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@319123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.arcconfig')
0 files changed, 0 insertions, 0 deletions