diff options
author | Eric Christopher <echristo@apple.com> | 2012-04-12 00:35:04 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-04-12 00:35:04 +0000 |
commit | 56ef374611783d1a215160ee50edb598c65bee00 (patch) | |
tree | f3e805bc6591f098b8cedd08361ca585f9871b1d /clang/test/CodeGenObjC | |
parent | 26a6d498ee5f2c3e592328128a9fb74db87531cc (diff) | |
download | bcm5719-llvm-56ef374611783d1a215160ee50edb598c65bee00.tar.gz bcm5719-llvm-56ef374611783d1a215160ee50edb598c65bee00.zip |
The copy and destroy helper functions aren't prototyped, don't call them
so.
llvm-svn: 154569
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-block-helper.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-block-helper.m b/clang/test/CodeGenObjC/debug-info-block-helper.m index ac164618f81..83db0c97e5a 100644 --- a/clang/test/CodeGenObjC/debug-info-block-helper.m +++ b/clang/test/CodeGenObjC/debug-info-block-helper.m @@ -2,7 +2,7 @@ // RUN: %clang_cc1 -emit-llvm -fblocks -g -triple x86_64-apple-darwin10 -fobjc-fragile-abi %s -o - | FileCheck %s extern void foo(void(^)(void)); -// CHECK: !42 = metadata !{i32 {{.*}}, i32 0, metadata !27, metadata !"__destroy_helper_block_", metadata !"__destroy_helper_block_", metadata !"", metadata !27, i32 24, metadata !43, i1 true, i1 true, i32 0, i32 0, null, i32 256, i1 false, void (i8*)* @__destroy_helper_block_, null, null, metadata !45, i32 24} ; [ DW_TAG_subprogram ] +// CHECK: metadata !{i32 786478, i32 0, metadata !27, metadata !"__destroy_helper_block_", metadata !"__destroy_helper_block_", metadata !"", metadata !27, i32 24, metadata !43, i1 true, i1 true, i32 0, i32 0, null, i32 0, i1 false, void (i8*)* @__destroy_helper_block_, null, null, metadata !45, i32 24} ; [ DW_TAG_subprogram ] @interface NSObject { struct objc_object *isa; |