[PATCH] D145043: [llvm-c] Remove PassRegistry and initialization APIs

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 13:45:34 PST 2023


MaskRay added a comment.

In D145043#4165528 <https://reviews.llvm.org/D145043#4165528>, @nikic wrote:

> @MaskRay Sure, I'm also waiting on https://github.com/rust-lang/rust/pull/108599 to land first.

Thank you! Also, we managed to integrate D144970 <https://reviews.llvm.org/D144970> but it may be useful to wait for the change to stabilize...

> Just to put it out there, an alternative to this patch is to retain all these functions and just make them no-ops. Maybe that's the better option in terms of reducing C API breakage?

Sounds good!


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

https://reviews.llvm.org/D145043



More information about the llvm-commits mailing list