[PATCH] D135271: [llvm-c] Remove C API functions that are incompatible with opaque pointers
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 01:57:49 PDT 2022
nikic added a subscriber: alan.
nikic added inline comments.
================
Comment at: llvm/bindings/ocaml/llvm/llvm.ml:663
-external const_in_bounds_gep : llvalue -> llvalue array -> llvalue
- = "llvm_const_in_bounds_gep"
external const_trunc : llvalue -> lltype -> llvalue = "LLVMConstTrunc"
----------------
Looks like we missed this one in D135524, because it didn't have a `2` variant yet. Guess we should add the type argument here rather than drop it.
cc @alan
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135271/new/
https://reviews.llvm.org/D135271
More information about the llvm-commits
mailing list