[PATCH] D125183: Add opaque pointers to the llvm-c API

Nicolas Abram via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 17:11:00 PDT 2022


nico-abram updated this revision to Diff 429393.
nico-abram added a comment.

Thanks for the feedback.

I uploaded a new diff, removed `LLVMContextSupportsTypedPointers` and added `LLVMPointerTypeIsOpaque`, also changed the echo.cpp flag to use the `--` style.


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

https://reviews.llvm.org/D125183

Files:
  llvm/include/llvm-c/Core.h
  llvm/lib/IR/Core.cpp
  llvm/test/Bindings/llvm-c/echo.ll
  llvm/tools/llvm-c-test/echo.cpp
  llvm/tools/llvm-c-test/llvm-c-test.h
  llvm/tools/llvm-c-test/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125183.429393.patch
Type: text/x-patch
Size: 7122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220514/c29fa735/attachment.bin>


More information about the llvm-commits mailing list