[all-commits] [llvm/llvm-project] 6fdbcf: tools: Remove untested PluginLoader includes (#117...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Feb 19 09:21:10 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fdbcf68ba214725444103ff99668d78240562ea
https://github.com/llvm/llvm-project/commit/6fdbcf68ba214725444103ff99668d78240562ea
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M llvm/docs/CommandGuide/llc.rst
M llvm/docs/CommandGuide/lli.rst
M llvm/tools/llc/llc.cpp
M llvm/tools/lli/lli.cpp
Log Message:
-----------
tools: Remove untested PluginLoader includes (#117644)
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. PluginLoader.h forces a static definition of the "load"
cl::opt into included TUs. Delete the cases with no tests.
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