[PATCH] D54043: Adding debug info to support Fortran (part 1)

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 14:11:46 PST 2018


probinson added a comment.

In D54043#1310116 <https://reviews.llvm.org/D54043#1310116>, @schweitz wrote:

> I believe all the comments have been addressed.  Is there anything else required on our end?


I have a review in progress that will let you use subprogram-specific flags, instead of the general DINode flags.  As the new Fortran flags are specific to subprograms, I think that's a much better place to put them, as we are running low on the general flags.

Please wait for D54755 <https://reviews.llvm.org/D54755> to land, and then update to use those instead.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54043





More information about the llvm-commits mailing list