[PATCH] D85299: [llvm] Support autoloading vendor-defined plugins
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 08:35:03 PDT 2020
Meinersbur added a comment.
Adding @serge-sans-paille as he designed the latest plugin loading mechanism.
The new pass manager uses a separate mechanism using `-fpass-plugin`/`-load-pass-plugin`. Maybe that should be supported as well.
I think that some community members try to reduce the number of build configurations to reduce testing effort/improve reproducibility. This would run against that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85299/new/
https://reviews.llvm.org/D85299
More information about the llvm-commits
mailing list