[all-commits] [llvm/llvm-project] e713e5: tools: Remove unused PluginLoader includes
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 25 15:35:12 PST 2024
Branch: refs/heads/users/arsenm/tools-remove-plugin-loader-includes
Home: https://github.com/llvm/llvm-project
Commit: e713e5f06fabe880e8a8c48fb2c84cfebb5c10d6
https://github.com/llvm/llvm-project/commit/e713e5f06fabe880e8a8c48fb2c84cfebb5c10d6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-25 (Mon, 25 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.
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