r228990 - Mark clang/test/CodeGen/exceptions-seh-leave.c as REQUIRES:asserts, for now.

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 12 16:24:21 PST 2015


Author: chapuni
Date: Thu Feb 12 18:24:21 2015
New Revision: 228990

URL: http://llvm.org/viewvc/llvm-project?rev=228990&view=rev
Log:
Mark clang/test/CodeGen/exceptions-seh-leave.c as REQUIRES:asserts, for now.

FIXME: Rewrite CHECKs for unnamed BBs and Insts.

Modified:
    cfe/trunk/test/CodeGen/exceptions-seh-leave.c

Modified: cfe/trunk/test/CodeGen/exceptions-seh-leave.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/exceptions-seh-leave.c?rev=228990&r1=228989&r2=228990&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/exceptions-seh-leave.c (original)
+++ cfe/trunk/test/CodeGen/exceptions-seh-leave.c Thu Feb 12 18:24:21 2015
@@ -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();
 
 //////////////////////////////////////////////////////////////////////////////





More information about the cfe-commits mailing list