diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-08-13 00:19:55 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-08-13 00:19:55 +0000 |
commit | 8404f670f5bda1efb60076c701613b86b576533d (patch) | |
tree | 3dd7e958a4c518638769446882caffdf136198d9 /test/CodeGen/func-in-block.c | |
parent | 279b5eb6910d64a293e9c0e2887a05c65d8737d7 (diff) |
Make use of __func__ in a block actually refer to
block's helper function. Fixes radar 7860965.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/func-in-block.c')
-rw-r--r-- | test/CodeGen/func-in-block.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/func-in-block.c b/test/CodeGen/func-in-block.c index 27e0c09609..7e65ff92df 100644 --- a/test/CodeGen/func-in-block.c +++ b/test/CodeGen/func-in-block.c @@ -15,4 +15,5 @@ int main() return 0; // not reached } +// CHECK: @__func__.__main_block_invoke_0 = private constant [22 x i8] c"__main_block_invoke_0\00" // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke_ |