[PATCH] D85299: [llvm] Support autoloading vendor-defined plugins

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 21:40:35 PDT 2020


Meinersbur added a comment.

If it is passes that (like Polly) using the in-tree static plugin mechanism, I recommend using the `LLVM_<plugin>_LINK_INTO_TOOLS=ON` flag.

For adding yet another mechanism I would request additional motivation. Maintaining that many plugin loading mechanism cross-platforms is a lot of work.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85299/new/

https://reviews.llvm.org/D85299



More information about the llvm-commits mailing list