[Windows][Polly] Disable LLVMPolly module for all compilers on Windows
authorMateusz Mikuła <mati865@gmail.com>
Tue, 15 Sep 2020 06:12:02 +0000 (09:12 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 15 Sep 2020 06:12:38 +0000 (09:12 +0300)
commite71cda21d71c4c92731ec7fe8345d04395a630b7
treebb4ae8fdf9e8cd86218bcd6972f262d420c44d47
parent61e0b2b4c5fbbea01bb40f28ea0222b87166ccdf
[Windows][Polly] Disable LLVMPolly module for all compilers on Windows

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.

Differential Revision: https://reviews.llvm.org/D87524
polly/cmake/CMakeLists.txt
polly/lib/CMakeLists.txt