I don't think we should need a triple, but this allows us to run the test
until we fix it (PR18251).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197326
91177308-0d34-0410-b5e6-
96231b3b80d8
// 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;