[PATCH] D80614: [docs] Release notes for DIModule metadata

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 03:12:13 PDT 2020


SouraVX marked 2 inline comments as done.
SouraVX added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:73
 
+* The DIModule metadata is extended to contain file and lineno information.
+  This information is used to represent Fortran modules debug info at
----------------
jhenderson wrote:
> I'm not familiar with much of this metadata stuff (I focus mostly on tools), so ignore if "lineno" is a special term with a specific meaning, but otherwise, I'd prefer "line number" instead of "lineno".
It's the same. Thanks for the suggestion, `line number` is much more readable from `Release Notes` point of view.


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

https://reviews.llvm.org/D80614





More information about the llvm-commits mailing list