[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 updated this revision to Diff 266461.
SouraVX added a reviewer: jhenderson.
SouraVX added a comment.

Addressed @jhenderson comments. Thanks for this.


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

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 line number
+  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.266461.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/5eefbfa4/attachment.bin>


More information about the llvm-commits mailing list