diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-02-19 01:11:52 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-02-19 01:11:52 +0000 |
commit | ce05bcff82305b4646b3b41fe0cf8ddf3d2bed19 (patch) | |
tree | d05c3e377676ac96e3d199e5471d1e9ef32ebf66 | |
parent | 1e0993c2baf20b6bb628610089b5feab61dd9936 (diff) |
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
-rw-r--r-- | test/CodeGenObjC/blocks-5.m | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |