]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 29 Jun 2014 11:03:28 +0000 (11:03 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 29 Jun 2014 11:03:28 +0000 (11:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211996 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/windows-itanium-exceptions.cpp

index d8a8ecdcf0fa27220d217fe0dda161e6c8d90108..e2c4190ac9f6b7480ac3d66b36868cea9a93bf81 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -emit-llvm -triple thumbv7-windows-itanium -fexceptions -fcxx-exceptions %s -o - | FileCheck %s
 // RUN: %clang_cc1 -emit-llvm -triple i686-windows-itanium -fexceptions -fcxx-exceptions %s -o - | FileCheck %s
+// REQUIRES: asserts
 
 void except() {
   throw 32;