[llvm-branch-commits] [LLVM][NFC] Move PassPlugin from Passes to Extensions lib (PR #172478)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 16 05:30:21 PST 2025
================
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
Core
BinaryFormat
MC
+ Extensions
----------------
serge-sans-paille wrote:
I don't see PassPlugin here, I bet you addded Extensions there because it fixed a linkage error, but why?
https://github.com/llvm/llvm-project/pull/172478
More information about the llvm-branch-commits
mailing list