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

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 00:15:08 PST 2020


serge-sans-paille added a comment.

In D72372#1832544 <https://reviews.llvm.org/D72372#1832544>, @Meinersbur wrote:

> I talked with @hfinkel about this and think that we should distinct between example passes (static linking has to be enabled explicitly) and project (enabled using LLVM_ENABLE_PROJECT). I will update this diff by adding an option to `add_llvm_pass_plugin`.


I'm fine with that appraoch!


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

https://reviews.llvm.org/D72372





More information about the llvm-commits mailing list