[llvm] [C API] Add blockaddress getters to C API (PR #77390)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 01:15:14 PST 2024
================
@@ -110,6 +110,9 @@ Changes to the Python bindings
Changes to the C API
--------------------
+* Added ``LLVMGetBlockAddressFunction`` and ``LLVMGetBlockAddressBasicBlock``
+ functions for accessing the values in a blockaddress constant
----------------
nikic wrote:
```suggestion
functions for accessing the values in a blockaddress constant.
```
https://github.com/llvm/llvm-project/pull/77390
More information about the llvm-commits
mailing list