OSDN Git Service

[docs] Release notes for DIModule metadata
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Wed, 27 May 2020 08:31:35 +0000 (14:01 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Thu, 28 May 2020 04:47:40 +0000 (10:17 +0530)
Updated the release notes for the changes in the DIModule metadata.

Reviewed By: aprantl

Differential Revision: https://reviews.llvm.org/D80614

llvm/docs/ReleaseNotes.rst

index b47222e..a55d14c 100644 (file)
@@ -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
 ------------------------