llvm/unittests
Benjamin Kramer c2cab9b61f [Support] Fix AlignOf test on i386-linux.
On i386 alignof(double) = 8 is not the same as alignof(struct { double
}) = 4. This used to be not an issue because the old implementation
always measured alignment inside of structs. Wrap a dummy struct around
the test to avoid this issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284812 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-21 09:15:57 +00:00
..
2016-10-19 18:02:21 +00:00
2016-10-12 09:00:44 +00:00