[PATCH] D54114: Adding debug info to support Fortran (part 2)

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 15:33:24 PST 2018


schweitz added a comment.

In https://reviews.llvm.org/D54114#1287783, @JohnReagan wrote:

> As I commented in the dev email list, these "Fortran" features are actually useful for other languages.  We use similar DWARF for Pascal "schema types", BASIC string types, etc. on OpenVMS Itanium and we'll want to leverage all of these for our x86 target.  I suggested that the names be make more neutral or folded into the matching metadata tag.  I'll give inline comments next.


It may be possible to merge the C-language metadata with the Fortran metadata.  It just wasn't our objective.  It has been more helpful to keep them distinct.


Repository:
  rL LLVM

https://reviews.llvm.org/D54114





More information about the llvm-commits mailing list