[PATCH] D72372: [CMake] Force static linking for registered plugins on Windows.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 15:09:28 PST 2020
Meinersbur added a subscriber: hfinkel.
Meinersbur added a comment.
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`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72372/new/
https://reviews.llvm.org/D72372
More information about the llvm-commits
mailing list