[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 13:17:49 PST 2020
cchen15 updated this revision to Diff 312883.
cchen15 added a comment.
Updated the test filename to reflect the change made in D93559 <https://reviews.llvm.org/D93559>.
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.312883.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201218/8ce707ed/attachment.bin>
More information about the llvm-commits
mailing list