[cfe-commits] r150666 - /cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 16 00:12:13 PST 2012


Author: chapuni
Date: Thu Feb 16 02:12:12 2012
New Revision: 150666

URL: http://llvm.org/viewvc/llvm-project?rev=150666&view=rev
Log:
test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now.

Modified:
    cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m

Modified: cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m?rev=150666&r1=150665&r2=150666&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m (original)
+++ cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m Thu Feb 16 02:12:12 2012
@@ -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.
 





More information about the cfe-commits mailing list