[all-commits] [llvm/llvm-project] 18e8cd: tools: Remove unused PluginLoader includes
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 3 09:10:48 PST 2025
Branch: refs/heads/users/arsenm/tools-remove-plugin-loader-includes
Home: https://github.com/llvm/llvm-project
Commit: 18e8cdc9b7add7a6509b53ee60ca320519e52f79
https://github.com/llvm/llvm-project/commit/18e8cdc9b7add7a6509b53ee60ca320519e52f79
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
M lld/tools/lld/lld.cpp
M llvm/tools/llc/llc.cpp
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-lto2/llvm-lto2.cpp
M llvm/tools/opt/optdriver.cpp
Log Message:
-----------
tools: Remove unused PluginLoader includes
As far as I can tell there are 2 parallel plugin mechanisms.
opt -load=plugin does not work, and is ignored. opt -load-pass-plugin
does work. The only user of PluginLoader appears to be bugpoint.
Commit: ac4a2f16bf06f11f206ee2797265b3d264bef7c2
https://github.com/llvm/llvm-project/commit/ac4a2f16bf06f11f206ee2797265b3d264bef7c2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
M lld/tools/lld/lld.cpp
Log Message:
-----------
Revert failing test cases
Compare: https://github.com/llvm/llvm-project/compare/e2e6d2429c88...ac4a2f16bf06
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list