[PATCH] D72372: [CMake] Force static linking for registered plugins on Windows.

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 06:35:54 PST 2020


serge-sans-paille added a comment.

> Currently, loadable module give a warning "LLVMHello ignored -- Loadable modules not supported on this platform." We could do the same here with the message explaining how to enable it.



> On the other side, I would also like to see -DLLVM_ENABLE_PROJECT=polly to just work. Any ideas?

What if, in addition of the current diff, you'd just disable the `Bye` test on windows when compiled statically? With the proper comment, it looks like a good compromise as of now. Ican't think of any simple way to test static builds without introducing more cmake variables...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72372/new/

https://reviews.llvm.org/D72372





More information about the llvm-commits mailing list