Add triple to CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp in MS ABI mode

I don't think we should need a triple, but this allows us to run the test
until we fix it (PR18251).

llvm-svn: 197326
This commit is contained in:
Hans Wennborg 2013-12-14 17:04:17 +00:00
parent e0b4cb62f5
commit c570061064
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
// RUN: %clang_cc1 -cxx-abi itanium -emit-llvm %s -o -
// RUN: %clang_cc1 -cxx-abi microsoft -fno-rtti -emit-llvm %s -o -
// FIXME: Don't assert for non-Win32 triples (PR18251).
// RUN: %clang_cc1 -triple i686-pc-win32 -cxx-abi microsoft -fno-rtti -emit-llvm %s -o -
struct A {
virtual void Method() = 0;