[llvm-branch-commits] [LLVM][NFC] Move PassPlugin from Passes to Extensions lib (PR #172478)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Dec 16 05:29:41 PST 2025


nikic wrote:

Makes sense to move the PassPlugin support out of Passes.

If I understand correctly, the current role of the Extensions component is to link in statically linked plugins. I guess moving PassPlugin there makes sense in that it would ensure that any tool that supports plugins also links the static plugins. But I'm not really familiar with how all of this is set up.

https://github.com/llvm/llvm-project/pull/172478


More information about the llvm-branch-commits mailing list