forked from OSchip/llvm-project
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.)
llvm-svn: 202343
This commit is contained in:
parent
64d94320f3
commit
cc5e2404fb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue