File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,11 @@ Changes to the Debug Info
171
171
---------------------------------
172
172
173
173
* 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 >`_.
178
179
179
180
Changes to the LLVM tools
180
181
---------------------------------
You can’t perform that action at this time.
0 commit comments