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:
parent
5d09e23f7a
commit
30549aa2c3
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user