[PATCH] D54114: Adding debug info to support Fortran (part 2)
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 11:24:12 PST 2018
greened added a comment.
I'm not a Fortran expert. The last Fortran I used was 77 and didn't have all these newfangled features. :) Some questions come up on our end so I'll relay them.
Does this support handle non-contiguous arrays? Arrays can have "holes" in them. I believe the dope vectors ("array descriptors") hold that information but the description makes it sound like only upper and lower bounds are supported.
Fortran CHARACTER can have multi-byte characters so "byte size" is not sufficient. I don't know if any implementations support this, though.
Repository:
rL LLVM
https://reviews.llvm.org/D54114
More information about the llvm-commits
mailing list