[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
Wed Oct 21 08:43:00 PDT 2020


alok added inline comments.


================
Comment at: llvm/lib/IR/DIBuilder.cpp:533
+                                            Metadata *Associated,
+                                            Metadata *Allocated) {
   auto *R = DICompositeType::get(VMContext, dwarf::DW_TAG_array_type, "",
----------------
You may want to add "Rank" as well. (D89141)


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

https://reviews.llvm.org/D89817



More information about the llvm-commits mailing list