From 2a7075d55db792ef45dc450b15748237ddcca1c6 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 7 Mar 2009 15:34:10 +0000 Subject: [PATCH] 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 --- test/CodeGenObjC/blocks-unsupported.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0