summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-07-21 06:13:08 +0000
committerJohn McCall <rjmccall@apple.com>2010-07-21 06:13:08 +0000
commita464ff9d151821b61fa822d4477d81c972609512 (patch)
tree01f253a88c5f6ba870764a0d411a140e8449217b /clang/test/CodeGen
parenta77f3d3b378457ee152dde8f9b438e7ebe5a3ebc (diff)
downloadbcm5719-llvm-a464ff9d151821b61fa822d4477d81c972609512.tar.gz
bcm5719-llvm-a464ff9d151821b61fa822d4477d81c972609512.zip
Switch some random local-decl cleanups over to using lazy cleanups. Turn on
the block-release unwind cleanup: we're never going to test it if we don't turn it on. llvm-svn: 108992
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/block-decl-merging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/block-decl-merging.c b/clang/test/CodeGen/block-decl-merging.c
index 5a3d95b8273..1e7a9f4e92c 100644
--- a/clang/test/CodeGen/block-decl-merging.c
+++ b/clang/test/CodeGen/block-decl-merging.c
@@ -5,10 +5,10 @@
extern void * _NSConcreteStackBlock[32] __attribute__((weak_import));
// CHECK: @_NSConcreteStackBlock = extern_weak global
extern void * _NSConcreteGlobalBlock[32] __attribute__((weak_import));
-// CHECK: declare extern_weak void @_Block_object_dispose
extern void _Block_object_dispose(const void *, const int) __attribute__((weak_import));
// CHECK: declare extern_weak void @_Block_object_assign
extern void _Block_object_assign(void *, const void *, const int) __attribute__((weak_import));
+// CHECK: declare extern_weak void @_Block_object_dispose
void *x = ^(){};
OpenPOWER on IntegriCloud