[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 22:20:52 PDT 2020
This revision was automatically updated to reflect the committed changes.
SouraVX marked an inline comment as done.
Closed by commit rGc1d5b831b1cb: [docs] Release notes for DIModule metadata (authored by SouraVX).
Repository:
rG LLVM Github Monorepo
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.266736.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/c49637c9/attachment.bin>
More information about the llvm-commits
mailing list