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

Johan Engelen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 11:59:32 PST 2018


johanengelen added a comment.

In https://reviews.llvm.org/D54043#1288888, @schweitz wrote:

> In https://reviews.llvm.org/D54043#1288590, @johanengelen wrote:
>
> > Please note that D also has the `pure` attribute on functions, so I would like the pure flag to not be Fortran-specific such that we can use it for D too. Thanks!
>
>
> I don't see any technical reason that this changeset's DIFlagPure cannot be used with another language.  (The changes were merely done for Fortran compilers.)


Yep, I meant the use of "Fortran" in the naming. Thanks for changing that.


Repository:
  rL LLVM

https://reviews.llvm.org/D54043





More information about the llvm-commits mailing list