Skip to content

Commit 45a8d28

Browse files
committed
Update release notes
1 parent ac408a6 commit 45a8d28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@ Changes to the Debug Info
171171
---------------------------------
172172

173173
* LLVM has switched from using debug intrinsics internally to using debug
174-
records. This should happen transparently when using the DIBuilder to
175-
construct debug variable information, but will require changes for any code
176-
that interacts with debug intrinsics directly; for more information, see the
177-
`migration docs <https://llvm.org/docs/RemoveDIsDebugInfo.html>`_.
174+
records by default. This should happen transparently when using the DIBuilder
175+
to construct debug variable information, but will require changes for any code
176+
that interacts with debug intrinsics directly. Debug intrinsics will only be
177+
supported on a best-effort basis from here onwards; for more information, see
178+
the `migration docs <https://llvm.org/docs/RemoveDIsDebugInfo.html>`_.
178179

179180
Changes to the LLVM tools
180181
---------------------------------

0 commit comments

Comments
 (0)