[PATCH] D135499: [llvm-ocaml] Revise OCaml opaque pointer bindings to match rest of API
Alan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 18:46:45 PDT 2022
alan added a comment.
According to https://llvm.org/docs/OpaquePointers.html#version-support, LLVM 16 will not support typed pointers. So, if this patch is not going into an LLVM 15 minor or patch release, it might be worth it to totally remove the old `pointer_type` and `qualified_pointer_type` functions and give their names to `pointer_type2` and `qualified_pointer_type2`? However, that involves rewriting the tests, which use the old functions, and I'm not an expert on what all the tests are supposed to check...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135499/new/
https://reviews.llvm.org/D135499
More information about the llvm-commits
mailing list