[all-commits] [llvm/llvm-project] f681fd: Revert "[CodeGen] Don't create fake FunctionDecls ...
ZequanWu via All-commits
all-commits at lists.llvm.org
Tue Jun 22 21:48:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f681fd927e883301658dcac9a78109ee0aba12a8
https://github.com/llvm/llvm-project/commit/f681fd927e883301658dcac9a78109ee0aba12a8
Author: Zequan Wu <zequanwu at google.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M clang/lib/CodeGen/CGBlocks.cpp
M clang/test/CodeGenCXX/debug-info-blocks.cpp
M clang/test/CodeGenObjC/debug-info-block-helper.m
M clang/test/CodeGenObjC/debug-info-blocks.m
Log Message:
-----------
Revert "[CodeGen] Don't create fake FunctionDecls when generating block/byref"
That commit causes crash with error "!dbg attachment points at wrong subprogram for function" on iOS platforms.
This reverts commit f4c06bcb67a1eba13a7f164961586dddaf8ebd5f.
More information about the All-commits
mailing list