Relax one assertion -- long double has strange alignments on lots of
authorChandler Carruth <chandlerc@gmail.com>
Sat, 16 Jun 2012 09:44:00 +0000 (09:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 16 Jun 2012 09:44:00 +0000 (09:44 +0000)
commitfd2b40efd7687621a7c849556a089ce4a610aafd
tree299b255611665ae668b21b864b7af158d1421c7f
parent9755cd600f7a1bbdc080bbfcbd2529a54e1b3aab
Relax one assertion -- long double has strange alignments on lots of
platforms.

Also, remove one assertion on MSVC because it produces a completely
preposterous result, claiming something needs 12-byte alignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158599 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/AlignOfTest.cpp