[PATCH] D54043: Adding debug info to support Fortran (part 1)
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 2 12:53:26 PDT 2018
probinson added a comment.
Procedural point: When you upload a diff to Phabricator, please include more context (`-U999999` is typical).
I really don't like overloading DIFlags this way. I still think a separate subprogram-flags word is a better approach; it will be more effort to get it in place and make bitcode serialization work with it, but the end result would be a lot cleaner.
Repository:
rL LLVM
https://reviews.llvm.org/D54043
More information about the llvm-commits
mailing list