[PATCH] D47082: Fix build warning compiling TestPlugin on Windows and disable Passes plugin stuff on Windows since it fundamentally can't work

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 13:21:22 PDT 2018


aaron.ballman added reviewers: rnk, majnemer.
aaron.ballman added a comment.

Adding some more Win32 folks. These changes look reasonable to me, but I'd like some confirmation.

Have plugins ever worked on Windows when building with MSVC? I seem to recall them being disabled there specifically because we don't export and import interfaces from DLLs properly, but I could be remembering wrong.


https://reviews.llvm.org/D47082





More information about the llvm-commits mailing list