r202343 - 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.)
Nick Lewycky
nicholas at mxc.ca
Wed Feb 26 19:29:38 PST 2014
Author: nicholas
Date: Wed Feb 26 21:29:38 2014
New Revision: 202343
URL: http://llvm.org/viewvc/llvm-project?rev=202343&view=rev
Log:
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.)
Modified:
cfe/trunk/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp
Modified: cfe/trunk/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp?rev=202343&r1=202342&r2=202343&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp Wed Feb 26 21:29:38 2014
@@ -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
More information about the cfe-commits
mailing list