[llvm] c1d5b83 - [docs] Release notes for DIModule metadata
Sourabh Singh Tomar via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 21:49:01 PDT 2020
Author: Sourabh Singh Tomar
Date: 2020-05-28T10:17:40+05:30
New Revision: c1d5b831b1cb095370a01e1749a8e9746f8f3de6
URL: https://github.com/llvm/llvm-project/commit/c1d5b831b1cb095370a01e1749a8e9746f8f3de6
DIFF: https://github.com/llvm/llvm-project/commit/c1d5b831b1cb095370a01e1749a8e9746f8f3de6.diff
LOG: [docs] Release notes for DIModule metadata
Updated the release notes for the changes in the DIModule metadata.
Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D80614
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index b47222eefe8a..a55d14c0cfa2 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -70,6 +70,10 @@ Changes to the LLVM IR
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
------------------------
More information about the llvm-commits
mailing list