[all-commits] [llvm/llvm-project] 568ff0: tools: Remove unused PluginLoader includes
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Nov 26 09:54:43 PST 2024
Branch: refs/heads/users/arsenm/tools-remove-plugin-loader-includes
Home: https://github.com/llvm/llvm-project
Commit: 568ff0c59f860239860cdd271108d86333355c89
https://github.com/llvm/llvm-project/commit/568ff0c59f860239860cdd271108d86333355c89
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-26 (Tue, 26 Nov 2024)
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: e2e6d2429c8848eb7b770829951dacdf8bdb0c74
https://github.com/llvm/llvm-project/commit/e2e6d2429c8848eb7b770829951dacdf8bdb0c74
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-26 (Tue, 26 Nov 2024)
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/e713e5f06fab...e2e6d2429c88
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