[llvm] [RemoveDIs] Load into new debug info format by default in LLVM (PR #89799)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 05:54:30 PDT 2024


================
@@ -161,6 +161,12 @@ Changes to the Metadata Info
 Changes to the Debug Info
 ---------------------------------
 
+* LLVM has switched from using debug intrinsics internally to using debug
+  records. This should happen transparently when using the DIBuilder to
+  construct debug variable information, but will require changes for any code
+  that interacts with debug intrinsics directly; for more information, see the
+  `migration docs <https://llvm.org/docs/RemoveDIsDebugInfo.html>`_.
----------------
SLTozer wrote:

That should probably be in the migration docs as well, but it makes sense to put it here.

https://github.com/llvm/llvm-project/pull/89799


More information about the llvm-commits mailing list