1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[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:
Sourabh Singh Tomar 2020-05-27 14:01:35 +05:30
parent a5c0d86ca2
commit ec4b82df7d

View File

@ -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
------------------------