[PATCH] D70696: [DebugInfo] Support to emit debugInfo for extern variables
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 23 23:03:47 PST 2019
dblaikie added a comment.
In D70696#1795427 <https://reviews.llvm.org/D70696#1795427>, @yonghong-song wrote:
> @dblaikie The root cause has been identified by @rnk . A clang plugin is used which requires the following patch:
>
> https://github.com/llvm/llvm-project/commit/5128026467cbc17bfc796d94bc8e40e52a9b0752
>
> which has been merged. The original extern variable debug info type has been relanded. So we are good. Thanks!
Ah, OK - would be good to follow-up here and mention the commit where this was relanded for the history/records. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70696/new/
https://reviews.llvm.org/D70696
More information about the cfe-commits
mailing list