[PATCH] D89817: [DebugInfo] Expose Fortran array debug info attributes through DIBuilder.
Alok Kumar Sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 00:52:33 PDT 2020
alok added a comment.
In D89817#2348364 <https://reviews.llvm.org/D89817#2348364>, @cchen15 wrote:
> Typed the attributes as DIExpression*, as suggested by @aprantl.
Sorry for late comment. But We would miss the DIVariable type in that case which is also permissible for attributes, which later (in DWARF) is converted to DIE reference.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89817/new/
https://reviews.llvm.org/D89817
More information about the llvm-commits
mailing list