forked from OSchip/llvm-project
Disable a Clang test until the begincatch change lands
llvm-svn: 231087
This commit is contained in:
parent
2f05d4c91f
commit
1859025df8
|
@ -1,5 +1,6 @@
|
|||
// RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -fcxx-exceptions -fexceptions -fno-rtti -DTRY | FileCheck %s -check-prefix=TRY
|
||||
// RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -fcxx-exceptions -fexceptions -fno-rtti -DTHROW | FileCheck %s -check-prefix=THROW
|
||||
// FIXME: Disabled until catch IRgen change lands.
|
||||
// RUNX: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -fcxx-exceptions -fexceptions -fno-rtti -DTHROW | FileCheck %s -check-prefix=THROW
|
||||
|
||||
void external();
|
||||
|
||||
|
|
Loading…
Reference in New Issue