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

Michal Rostecki via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 07:11:32 PDT 2024


================
@@ -195,6 +195,14 @@ Changes to the C API
 * The `LLVMSetPersonalityFn` and `LLVMSetInitializer` APIs now support clearing the
   personality function and initializer respectively by passing a null pointer.
 
+* The following functions are added to allow iterating over debug records in
+  instructions:
----------------
vadorovsky wrote:

I like "attached too". Will apply in the docstring in Core.h as well.

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


More information about the llvm-commits mailing list