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

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 08:53:55 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.
----------------
OCHyams wrote:

nit: a -> an

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


More information about the llvm-commits mailing list