]> granicus.if.org Git - clang/commit
Only use the MS record layout when using the MS C++ ABI
authorReid Kleckner <reid@kleckner.net>
Fri, 11 Oct 2013 21:10:11 +0000 (21:10 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 11 Oct 2013 21:10:11 +0000 (21:10 +0000)
commit812a32f41efc1cea52ee93220ba1519758807ad6
treeec566c45898a3dedb05b9f3a480b7f6c9107d743
parent96d6c4596587df59821da10270d2102da4a49b73
Only use the MS record layout when using the MS C++ ABI

We're not ready to use it everywhere we use a win32 triple yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192502 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/RecordLayoutBuilder.cpp