Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Turn on LLVM_ENABLE_PLUGINS by default on Windows
Browse files Browse the repository at this point in the history
Reviewers: rnk

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D16760

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260262 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ehsan committed Feb 9, 2016
1 parent 3b690b9 commit b874e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/HandleLLVMOptions.cmake
Expand Up @@ -671,7 +671,7 @@ endif()

# Plugin support
# FIXME: Make this configurable.
if(WIN32 OR CYGWIN)
if(CYGWIN)
if(BUILD_SHARED_LIBS)
set(LLVM_ENABLE_PLUGINS ON)
else()
Expand Down

0 comments on commit b874e5d

Please sign in to comment.