From: Fariborz Jahanian Date: Fri, 19 Feb 2010 01:11:52 +0000 (+0000) Subject: XFAIL until I can fugure out how test check for a pattern when X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce05bcff82305b4646b3b41fe0cf8ddf3d2bed19;p=clang XFAIL until I can fugure out how test check for a pattern when clang is built optimized. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96645 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/blocks-5.m b/test/CodeGenObjC/blocks-5.m index 018915cc7e..2f27d75afd 100644 --- a/test/CodeGenObjC/blocks-5.m +++ b/test/CodeGenObjC/blocks-5.m @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -fblocks -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck %s // radar 7581175 +// XFAIL: * extern void dispatch_async (void (^)(void));