diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-09 22:32:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-09 22:32:03 +0000 |
commit | f65421ad9fda8cdd0b1ce041cd631c5684472987 (patch) | |
tree | f1acabe968a3a09eeb0bc1857e75d08a414c0229 /clang/test/CodeGenCXX/catch-undef-behavior.cpp | |
parent | bf3ac0b8785e67c879dad0bf1cd1f5bb624dbb0a (diff) | |
download | bcm5719-llvm-f65421ad9fda8cdd0b1ce041cd631c5684472987.tar.gz bcm5719-llvm-f65421ad9fda8cdd0b1ce041cd631c5684472987.zip |
Suppress a couple of tests, clang/test/CodeGen/catch-undef-behavior.c and one, for -Asserts for now. They were introduced in r231711.
llvm-svn: 231717
Diffstat (limited to 'clang/test/CodeGenCXX/catch-undef-behavior.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/catch-undef-behavior.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/catch-undef-behavior.cpp b/clang/test/CodeGenCXX/catch-undef-behavior.cpp index 168fbc25f61..d08fe764cdb 100644 --- a/clang/test/CodeGenCXX/catch-undef-behavior.cpp +++ b/clang/test/CodeGenCXX/catch-undef-behavior.cpp @@ -3,6 +3,7 @@ // RUN: %clang_cc1 -std=c++11 -fsanitize=vptr -fsanitize-recover=vptr -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s --check-prefix=DOWNCAST-NULL // RUN: %clang_cc1 -std=c++11 -fsanitize=function -emit-llvm %s -o - -triple x86_64-linux-gnux32 | FileCheck %s --check-prefix=CHECK-X32 // RUN: %clang_cc1 -std=c++11 -fsanitize=function -emit-llvm %s -o - -triple i386-linux-gnu | FileCheck %s --check-prefix=CHECK-X86 +// REQUIRES: asserts struct S { double d; |