[PATCH] D118276: Adding a DIBuilder interface for Fortran's assumed length string

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 07:22:07 PST 2022


cchen15 added inline comments.


================
Comment at: llvm/include/llvm/IR/DIBuilder.h:237
     /// \param StrLocationExp   Optional memory location of the string.
     DIStringType *createStringTypeExp(StringRef Name,
                                       DIExpression *StringLengthExp,
----------------
Now the types of the two new functions and the original are all different, you can overload the name createStringType here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118276/new/

https://reviews.llvm.org/D118276



More information about the llvm-commits mailing list