[PATCH] D134916: [llvm-ocaml] Add binding for constructing opaque pointers

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 14:43:17 PDT 2022


jberdine added inline comments.


================
Comment at: llvm/bindings/ocaml/llvm/llvm.mli:730
+(** [pointer_type_in_context context as] returns the opaque pointer type
+    referencing objects in address [as].
+    See the method [llvm::PointerType::get]. *)
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134916/new/

https://reviews.llvm.org/D134916



More information about the llvm-commits mailing list