]> granicus.if.org Git - clang/commit
MS ABI: Fix some layout tests
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 3 Feb 2014 00:29:57 +0000 (00:29 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 3 Feb 2014 00:29:57 +0000 (00:29 +0000)
commit853b30a6106f5487caa58ffc323c37a42722ba8e
tree41fadcf9456ace1718c1a8f768a7e70dd4c8b5a8
parentbb8ec69f1c144b6040a2f0265df1d753e1685db2
MS ABI: Fix some layout tests

Some lines intended to be used for testing x86_64 ABI compatibility were
not firing because lines were annotated with the wrong FileCheck prefix:
X64 vs x64

N.B. Changes beyond just changing x64 to X64 were made, presumably
because other parts of the layout engine have changed.  I've verified
the changes to make sure that MSVC creates a compatible layout.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200670 91177308-0d34-0410-b5e6-96231b3b80d8
test/Layout/ms-x86-alias-avoidance-padding.cpp
test/Layout/ms-x86-pack-and-align.cpp
test/Layout/ms-x86-primary-bases.cpp