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

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 05:18:44 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>`_.
----------------
OCHyams wrote:

Do we need to mention that testing for debug intrinsics will be best-effort going forward (/soon)?

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


More information about the llvm-commits mailing list