[PATCH] D145717: [llvm-c] Remove typed pointer APIs

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 12:24:02 PST 2023


aeubanks added a comment.

my motivation for this is to prevent people from being able to add code to our repo that relies on typed pointers. just removing `LLVMPointerTypeIsOpaque` and the pointer branch in `LLVMGetElementType` should achieve that, does that sound ok?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145717



More information about the llvm-commits mailing list