]> granicus.if.org Git - clang/commitdiff
Fix to account for default support for blocks. Once we have enough
authorMike Stump <mrs@apple.com>
Sat, 7 Mar 2009 15:34:10 +0000 (15:34 +0000)
committerMike Stump <mrs@apple.com>
Sat, 7 Mar 2009 15:34:10 +0000 (15:34 +0000)
testing to to be sure it all works, we'll rip out all the unsupported
code.

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

test/CodeGenObjC/blocks-unsupported.m

index c9d829560105d70215d89050d1b2d84db9c10cce..bd224e50b77ab9fb9697635c94bc30ca82d382df 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fblocks -fnext-runtime --emit-llvm -o %t %s -verify
+// RUN: clang -fblocks -fno-__block -fnext-runtime --emit-llvm -o %t %s -verify
 
 @class Foo;
 @protocol P;