[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
Wed Oct 5 08:37:00 PDT 2022


nikic added a comment.

In D135271#3837069 <https://reviews.llvm.org/D135271#3837069>, @arsenm wrote:

> Are there not any C API tests?

There are, but the tests have already been migrated to use opaque pointers.

As a side note, I've created https://discourse.llvm.org/t/rfc-remove-the-go-bindings/65725 to drop the Go bindings, which are clearly unmaintained (still no support for opaque pointers).


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

https://reviews.llvm.org/D135271



More information about the llvm-commits mailing list