[PATCH] D87524: [Windows][Polly] Disable loadable modules
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 13 15:48:29 PDT 2020
Meinersbur added a comment.
I was thinking about something that explains the difference between the state before and after the patch.
Suggestion:
Title: "[Windows][Polly] Disable LLVMPolly module for all compilers on Windows"
Summary: "Before this patch, the cmake disabled loadable modules when compiling with Visual Studio. However, the reason for this is a limitation of the Windows DLLs, thus this restriction should apply to any compiler for the Windows platform, such as MinGW, Cygwin, icc, etc."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87524/new/
https://reviews.llvm.org/D87524
More information about the llvm-commits
mailing list