[PATCH] D118276: Adding a DIBuilder interface for Fortran's assumed length string
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 08:18:52 PST 2022
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/docs/SourceLevelDebugging.rst:1092
+
+ !DIStringType(name: "character(*)!2", stringLengthExpression: !DIExpression(), stringLocationExpression: !DIExpression(DW_OP_push_object_address, DW_OP_deref), size: 32)
+
----------------
Thanks. It was unclear to me what to expect in the expression. If it's using `DW_OP_push_object_address` that makes sense.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118276/new/
https://reviews.llvm.org/D118276
More information about the llvm-commits
mailing list