[PATCH] D16761: clang-cl: Support loading plugins on Windows
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 06:38:53 PDT 2019
thakis added a comment.
Clang's plugin model is currently fundamentally incompatible with how imports and exports work on Windows, which I'm guessing is probably why LLVM_EXPORT_REGISTRY was removed as well. There's no easy way to get plugins to work on Windows.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D16761/new/
https://reviews.llvm.org/D16761
More information about the cfe-commits
mailing list