[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:34:32 PST 2025
================
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
CodeGen
CodeGenTypes
Core
+ Extensions
----------------
aengelke wrote:
I stacked this PR on #170846, which I'm going to land as soon as I have time to rebase and retest that (I'm currently on travel) to avoid missing spots when merging the two otherwise independent PRs.
https://github.com/llvm/llvm-project/pull/172478
More information about the llvm-branch-commits
mailing list