1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Revert "Turn on LLVM_ENABLE_PLUGINS by default on Windows"

This reverts r260262, it broke some LLVM tests (bugpoint).

llvm-svn: 260339
This commit is contained in:
Reid Kleckner 2016-02-10 01:06:37 +00:00
parent 5d09e23f7a
commit 30549aa2c3

View File

@ -671,7 +671,7 @@ endif()
# Plugin support
# FIXME: Make this configurable.
if(CYGWIN)
if(WIN32 OR CYGWIN)
if(BUILD_SHARED_LIBS)
set(LLVM_ENABLE_PLUGINS ON)
else()