[llvm-branch-commits] [LLVM][NFC] Move PassPlugin from Passes to Extensions lib (PR #172478)
Alexis Engelke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 16 05:14:55 PST 2025
https://github.com/aengelke created https://github.com/llvm/llvm-project/pull/172478
This avoid pulling in the entire Passes library with all passes as
dependencies when just referring to PassPlugin, which is in fact
independent of the Passes themselves.
Reviwwers: nikic, vgvassilev, serge-sans-paille, efriedma-quic
More information about the llvm-branch-commits
mailing list