From: NAKAMURA Takumi Date: Thu, 16 Feb 2012 08:12:12 +0000 (+0000) Subject: test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1612cb0aa1f92977586edcf25b02e7bc02ccd2e;p=clang 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 --- 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.