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)
llvm-svn: 211996

clang/test/CodeGenCXX/windows-itanium-exceptions.cpp

index d8a8ecd..e2c4190 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;