[PATCH] D79771: [examples] Skip building the Bye pass plugin on windows
Adrian McCarthy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 10:11:55 PDT 2020
amccarth added a comment.
> Windows doesn't properly support pass plugins (as a shared library can't have undefined references, which pass plugins assume, being loaded into a host process that contains provides them)
This sounds like a problem with the plugin design. Is this patch intended as a temporary workaround until the inherent layering problem is resolved?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79771/new/
https://reviews.llvm.org/D79771
More information about the llvm-commits
mailing list