mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Turn on LLVM_ENABLE_PLUGINS by default on Windows
Reviewers: rnk Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16760 llvm-svn: 260262
This commit is contained in:
parent
fec20f48cd
commit
cfc837ef51
@ -671,7 +671,7 @@ endif()
|
|||||||
|
|
||||||
# Plugin support
|
# Plugin support
|
||||||
# FIXME: Make this configurable.
|
# FIXME: Make this configurable.
|
||||||
if(WIN32 OR CYGWIN)
|
if(CYGWIN)
|
||||||
if(BUILD_SHARED_LIBS)
|
if(BUILD_SHARED_LIBS)
|
||||||
set(LLVM_ENABLE_PLUGINS ON)
|
set(LLVM_ENABLE_PLUGINS ON)
|
||||||
else()
|
else()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user