diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-06-29 11:03:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-06-29 11:03:28 +0000 |
commit | 0b371ebd79c5457965a7f3c3bc9fa0303755510d (patch) | |
tree | 397cd14ea2bba039264b0aace0daddd01435187a | |
parent | a4a474b859c8560d9f451a951acb6a477d2d08b6 (diff) | |
download | bcm5719-llvm-0b371ebd79c5457965a7f3c3bc9fa0303755510d.tar.gz bcm5719-llvm-0b371ebd79c5457965a7f3c3bc9fa0303755510d.zip |
clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts for now.
llvm-svn: 211996
-rw-r--r-- | clang/test/CodeGenCXX/windows-itanium-exceptions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp b/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp index d8a8ecdcf0f..e2c4190ac9f 100644 --- a/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp +++ b/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp @@ -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; |