[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 02:07:55 PDT 2020


SouraVX created this revision.
SouraVX added reviewers: aprantl, jini.susan.george, alok.
SouraVX added a project: debug-info.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Updated the release notes for the changes in the DIModule metadata.


https://reviews.llvm.org/D80614

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -70,6 +70,10 @@
   behavior was undocumented. To preserve optimizations, frontends may need to
   be updated to generate appropriate `align` attributes and metadata.
 
+* The DIModule metadata is extended to contain file and lineno information.
+  This information is used to represent Fortran modules debug info at
+  IR level.
+
 Changes to building LLVM
 ------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80614.266456.patch
Type: text/x-patch
Size: 552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/4dcf46d3/attachment.bin>


More information about the llvm-commits mailing list