[all-commits] [llvm/llvm-project] f40d35: tools: Remove unused PluginLoader includes
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Mar 4 01:09:24 PST 2025
Branch: refs/heads/users/arsenm/tools-remove-plugin-loader-includes
Home: https://github.com/llvm/llvm-project
Commit: f40d3599f53790fce6365aff9a4a68245cf2fff5
https://github.com/llvm/llvm-project/commit/f40d3599f53790fce6365aff9a4a68245cf2fff5
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: 7b83ee41896b4b9b63712ea4c42aa816d6117813
https://github.com/llvm/llvm-project/commit/7b83ee41896b4b9b63712ea4c42aa816d6117813
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
Commit: 130ee9ea8fb339bf11beabf93f6cb41aaad7ea23
https://github.com/llvm/llvm-project/commit/130ee9ea8fb339bf11beabf93f6cb41aaad7ea23
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M llvm/tools/opt/optdriver.cpp
Log Message:
-----------
Revert opt case
Compare: https://github.com/llvm/llvm-project/compare/ac4a2f16bf06...130ee9ea8fb3
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