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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 13:40:29 PST 2023


nikic added a comment.

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

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?


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

https://reviews.llvm.org/D145043



More information about the llvm-commits mailing list