[PATCH] D36480: [LLVM] Change to Verifier to allow Fortran CHARACTER types in debug information

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 09:35:25 PDT 2017


aprantl added a comment.

Am I understanding correctly that `character` is the name of the DW_TAG_string_type and not it's single-character base type? To make sure we are on the same page, could you provide a pseudo-dwarfdump-output example of what you would like the correct/ideal/best representation of a Fortran string to look like?


https://reviews.llvm.org/D36480





More information about the llvm-commits mailing list