diff options
author | Mike Stump <mrs@apple.com> | 2009-03-07 15:34:10 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-03-07 15:34:10 +0000 |
commit | 2a7075d55db792ef45dc450b15748237ddcca1c6 (patch) | |
tree | 55c425347d7fa2e34816a5cfe7a25f01b030207a | |
parent | 8e5d9f1aadc11fb39b669770f729fbe40c94f5be (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66338 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/blocks-unsupported.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/blocks-unsupported.m b/test/CodeGenObjC/blocks-unsupported.m index c9d8295601..bd224e50b7 100644 --- a/test/CodeGenObjC/blocks-unsupported.m +++ b/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; |