]> granicus.if.org Git - clang/commitdiff
XFAIL until I can fugure out how test check for a pattern when
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 19 Feb 2010 01:11:52 +0000 (01:11 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 19 Feb 2010 01:11:52 +0000 (01:11 +0000)
clang is built optimized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96645 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/blocks-5.m

index 018915cc7ef4fbfa3214b996ba056fb04cf96db0..2f27d75afdf0fc117df8c685ba2915c4fb3b8e04 100644 (file)
@@ -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));