[PATCH] D54043: Adding debug info to support Fortran (part 1)
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 6 09:27:58 PST 2018
schweitz added a comment.
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.)
Repository:
rL LLVM
https://reviews.llvm.org/D54043
More information about the llvm-commits
mailing list