[llvm-branch-commits] [clang] [Clang] Load pass plugins before parsing LLVM options (PR #171868)
Alexis Engelke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 16 07:13:29 PST 2025
================
@@ -131,6 +132,9 @@ class CompilerInstance : public ModuleLoader {
/// The semantic analysis object.
std::unique_ptr<Sema> TheSema;
+ /// Back-end pass plugins.
+ std::vector<llvm::PassPlugin *> PassPlugins;
----------------
aengelke wrote:
See the lengthy discussion above.... obsolete now.
https://github.com/llvm/llvm-project/pull/171868
More information about the llvm-branch-commits
mailing list