commit | edd7eb0fda6f078e53317675361c869b046b53e1 | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Wed Jun 04 16:25:58 2014 +0000 |
committer | Dan Albert <danalbert@google.com> | Tue Jul 29 15:49:18 2014 -0700 |
tree | a3e49178620d9a59647682c2cbf79513e68d861e | |
parent | 58ff10e7331b93c411f882af8f5246a0a146e275 [diff] |
Make meta.trans.other/aligned_storage.pass.cpp pass on arm. The maximum alignment on arm is 8, not 16 like on x86. Use alignof(max_align_t) to make the test work in both cases. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210195 91177308-0d34-0410-b5e6-96231b3b80d8 (cherry picked from commit 8f6227938229210d8842b8efaf058fc3b4649a7d)