forked from OSchip/llvm-project
[docs] Release notes for DIModule metadata
Updated the release notes for the changes in the DIModule metadata. Reviewed By: aprantl Differential Revision: https://reviews.llvm.org/D80614
This commit is contained in:
parent
e5bb542362
commit
c1d5b831b1
|
@ -70,6 +70,10 @@ Changes to the LLVM IR
|
|||
behavior was undocumented. To preserve optimizations, frontends may need to
|
||||
be updated to generate appropriate `align` attributes and metadata.
|
||||
|
||||
* The DIModule metadata is extended to contain file and line number
|
||||
information. This information is used to represent Fortran modules debug
|
||||
info at IR level.
|
||||
|
||||
Changes to building LLVM
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue