Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
authorNico Weber <nicolasweber@gmx.de>
Wed, 4 Jun 2014 16:25:58 +0000 (16:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 4 Jun 2014 16:25:58 +0000 (16:25 +0000)
commit7babe4f074675a7ba21f1feb1cbfd41193948293
treeba5a4a7153dd449879e1e2907279ebebe3bf4ffd
parent72e9a25c76de87cf7b4ba4431c7321bf4933a630
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.

llvm-svn: 210195
libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp