]> granicus.if.org Git - clang/commit
Headers: explicitly specify double-word alignment
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Aug 2017 16:57:55 +0000 (16:57 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Aug 2017 16:57:55 +0000 (16:57 +0000)
commit01c1581a9c6677d4316d0d7b64c8e9a1cb742e1b
tree6412ffa741e14a192395cd317f0e3857dab61285
parent82576d34831de0b570dc4ad7a85bb26866fb882f
Headers: explicitly specify double-word alignment

GCC will interpret `__attribute__((__aligned__))` as 8-byte alignment on
ARM, but clang will not.  Explicitly specify the alignment.  This
mirrors the declaration in libunwind.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311576 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/unwind.h