[llvm] [RemoveDIs] Update DIBuilder C API with DbgRecord functions [1/2] (PR #84915)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 07:31:22 PDT 2024


================
@@ -744,6 +744,24 @@ LLVMModuleRef LLVMCloneModule(LLVMModuleRef M);
  */
 void LLVMDisposeModule(LLVMModuleRef M);
 
+/**
+ * Soon to be deprecated.
+ * See See https://llvm.org/docs/RemoveDIsDebugInfo.html.
----------------
SLTozer wrote:

```suggestion
 * See https://llvm.org/docs/RemoveDIsDebugInfo.html#c-api-changes
```
Possible change here and below?

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


More information about the llvm-commits mailing list