]> granicus.if.org Git - clang/commitdiff
Mark clang/test/CodeGen/exceptions-seh-leave.c as REQUIRES:asserts, for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Feb 2015 00:24:21 +0000 (00:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Feb 2015 00:24:21 +0000 (00:24 +0000)
FIXME: Rewrite CHECKs for unnamed BBs and Insts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228990 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/exceptions-seh-leave.c

index 51ffd6126ed04a3277e9ac6f9c59b256810f16a0..e6595c06ccc4c2bafa49d6fed3ea32a9d522ccd8 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clang_cc1 %s -triple x86_64-pc-win32 -fms-extensions -emit-llvm -o - | FileCheck %s
 
+// FIXME: Rewrite CHECKs for unnamed BBs and Insts.
+// REQUIRES: asserts
+
 void g();
 
 //////////////////////////////////////////////////////////////////////////////