[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 10:21:27 PDT 2017
aprantl added a comment.
If not we might be able to model it as a DICompositeType instead. Are you interested in supporting DW_AT_string_length at a future point in time? If so it would make more sense to introduce a DIStringType now so can model it correctly.
https://reviews.llvm.org/D36480
More information about the llvm-commits
mailing list