[llvm] 975b64b - [docs] Release notes for IsDecl in DIModule.

Chih-Ping Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 04:05:50 PST 2021


Author: Chih-Ping Chen
Date: 2021-01-04T07:03:34-05:00
New Revision: 975b64b29375cdfb3672fedee4216c6512672fbf

URL: https://github.com/llvm/llvm-project/commit/975b64b29375cdfb3672fedee4216c6512672fbf
DIFF: https://github.com/llvm/llvm-project/commit/975b64b29375cdfb3672fedee4216c6512672fbf.diff

LOG: [docs] Release notes for IsDecl in DIModule.

Please see https://reviews.llvm.org/D93462 for the actual code change.

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

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index b77d054079a3..48fa42f5c930 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -169,6 +169,12 @@ Changes to the Debug Info
 
 During this release ...
 
+* The DIModule metadata is extended with a field to indicate if it is a
+  module declaration. This extension enables the emission of debug info
+  for a Fortran 'use <external module>' statement. For more information
+  on what the debug info entries should look like and how the debugger
+  can use them, please see test/DebugInfo/X86/dimodule-external-fortran.ll.
+
 Changes to the LLVM tools
 ---------------------------------
 


        


More information about the llvm-commits mailing list