[PATCH] D85299: [llvm] Support autoloading vendor-defined plugins
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 05:48:44 PDT 2020
serge-sans-paille added a comment.
I have some difficulties to understand the exact scenario: if one knows at compile-time that polly is needed, why no just build it as a linked-in plugin, as suggested by @Meinersbur?
If one wants to specify a list of auto-loaded plugins at runtime, there's already several ways to do so, either through the C++ API or through CLI.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85299/new/
https://reviews.llvm.org/D85299
More information about the llvm-commits
mailing list