summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-02-16 08:12:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-02-16 08:12:12 +0000
commitb1612cb0aa1f92977586edcf25b02e7bc02ccd2e (patch)
treed4dbeed40112c446058e921efc29b59a122d5937 /test/CodeGenObjC
parenta2d7dfab309375fbf016b650fa74f9b5d03a9752 (diff)
test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-rw-r--r--test/CodeGenObjC/arc-no-arc-exceptions.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGenObjC/arc-no-arc-exceptions.m b/test/CodeGenObjC/arc-no-arc-exceptions.m
index 81c4575132..3517584e79 100644
--- a/test/CodeGenObjC/arc-no-arc-exceptions.m
+++ b/test/CodeGenObjC/arc-no-arc-exceptions.m
@@ -2,6 +2,9 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fblocks -fexceptions -fobjc-exceptions -O0 -disable-llvm-optzns -o - %s | FileCheck -check-prefix=NO-METADATA %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fblocks -fexceptions -fobjc-exceptions -O2 -disable-llvm-optzns -o - %s -fobjc-arc-exceptions | FileCheck -check-prefix=NO-METADATA %s
+// FIXME: This test is -Asserts-intolerant.
+// REQUIRES: asserts
+
// The front-end should emit clang.arc.no_objc_arc_exceptions in -fobjc-arc-exceptions
// mode when optimization is enabled, and not otherwise.