diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst --- a/llvm/docs/ReleaseNotes.rst +++ b/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 ' 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 ---------------------------------