]> granicus.if.org Git - clang/commitdiff
test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 16 Feb 2012 08:12:12 +0000 (08:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 16 Feb 2012 08:12:12 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150666 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/arc-no-arc-exceptions.m

index 81c4575132d63352de34bb30b2f9d09317f597bb..3517584e79a78fbe5368243019f77021dffcc9db 100644 (file)
@@ -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.