summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-03-07 15:34:10 +0000
committerMike Stump <mrs@apple.com>2009-03-07 15:34:10 +0000
commitc61149d79656faa7822c32d34f36726e623bf704 (patch)
treeaa592cb1d2bfa399222fb9c03737840194fce64b
parentd9728222a4de03dc51e90e6a569be82b987ca1b4 (diff)
downloadbcm5719-llvm-c61149d79656faa7822c32d34f36726e623bf704.tar.gz
bcm5719-llvm-c61149d79656faa7822c32d34f36726e623bf704.zip
Fix to account for default support for blocks. Once we have enough
testing to to be sure it all works, we'll rip out all the unsupported code. llvm-svn: 66338
-rw-r--r--clang/test/CodeGenObjC/blocks-unsupported.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/blocks-unsupported.m b/clang/test/CodeGenObjC/blocks-unsupported.m
index c9d82956010..bd224e50b77 100644
--- a/clang/test/CodeGenObjC/blocks-unsupported.m
+++ b/clang/test/CodeGenObjC/blocks-unsupported.m
@@ -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;
OpenPOWER on IntegriCloud