[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 06:14:16 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:
----------------
OCHyams wrote:
IMO: "in" -> "on" or "attached to".
https://github.com/llvm/llvm-project/pull/107802
More information about the llvm-commits
mailing list