From 70549826ec94c46f875cd4ec0429d44bb388ab65 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 27 Feb 2014 03:29:38 +0000 Subject: [PATCH] Change this test to not try to emit any IR. (It should fail to, but it tries to create an output file before encountering the error.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202343 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../microsoft-abi-vtables-virtual-inheritance-pr18967.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp b/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp index cc4d9f7928..9df692a833 100644 --- a/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp +++ b/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp @@ -1,4 +1,4 @@ -// RUN: not %clang_cc1 -triple i686-pc-win32 -emit-llvm -fno-rtti %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -triple i686-pc-win32 -emit-llvm-only -fno-rtti %s 2>&1 | FileCheck %s // CHECK: error: v-table layout for classes with non-virtual base classes that override methods in virtual bases is not supported yet -- 2.40.0