[llvm] [LLVM-C] Add bindings to `Instruction::getDbgRecordRange()` (PR #107802)

Michal Rostecki via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 09:21:20 PDT 2024


================
@@ -154,6 +154,10 @@ LLVMSetIsNewDbgInfoFormat  # Convert to the requested debug info format.
 
 New functions (no plans to deprecate)
 -------------------------------------
+LLVMGetFirstDbgRecord                    # Obtain the first debug record attached to a instruction.
+LLVMGetLastDbgRecord                     # Obtain the last debug record attached to a instruction.
----------------
vadorovsky wrote:

Done

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


More information about the llvm-commits mailing list