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

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG975b64b29375: [docs] Release notes for IsDecl in DIModule. (authored by cchen15).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93558/new/

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 test/DebugInfo/X86/dimodule-external-fortran.ll.
+
 Changes to the LLVM tools
 ---------------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93558.314355.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/623c55cd/attachment.bin>


More information about the llvm-commits mailing list