mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 00:54:48 +08:00
Disable a Clang test until the begincatch change lands
llvm-svn: 231087
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user