[PATCH] D85299: [llvm] Support autoloading vendor-defined plugins
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 22:52:56 PDT 2020
mgorny added a comment.
In D85299#2204537 <https://reviews.llvm.org/D85299#2204537>, @Meinersbur wrote:
> 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.
I don't see how that would work if Polly is built after LLVM, and entirely optional.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85299/new/
https://reviews.llvm.org/D85299
More information about the llvm-commits
mailing list