]> granicus.if.org Git - clang/commit
Use Itanium triple in test using -Wpadding
authorReid Kleckner <reid@kleckner.net>
Wed, 25 Feb 2015 19:04:51 +0000 (19:04 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 25 Feb 2015 19:04:51 +0000 (19:04 +0000)
commit8aac5ed1b2e35df88111eafbb7d012379d9a8788
tree56ae671963309b6629f29ea941d50a6bda3769e7
parentc2ae831ec79ec434f3664d705ef63bf971ec1d05
Use Itanium triple in test using -Wpadding

-Wpadding is not implemented in the Microsoft record layout builder.
This test only passes on Windows because PCH forces us to use the
Itanium record layout builder. I'm about to fix that, so change the
test to not rely on that ridiculous behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230524 91177308-0d34-0410-b5e6-96231b3b80d8
test/PCH/headersearch.cpp