[PATCH] D93558: [docs] Release notes for IsDecl in DIModule.

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 11:36:35 PST 2020


cchen15 created this revision.
cchen15 added a reviewer: SouraVX.
cchen15 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


https://reviews.llvm.org/D93558

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -169,6 +169,12 @@
 
 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 llvm/test/DebugInfo/X86/dimodule.ll.
+
 Changes to the LLVM tools
 ---------------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93558.312855.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201218/bb40b0d5/attachment.bin>


More information about the llvm-commits mailing list