[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIBS may...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 4 Jul 2014 04:45:40 +0000 (04:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 4 Jul 2014 04:45:40 +0000 (04:45 +0000)
commit7ca91f97cc0e671b8f267a63c4d55c3b35c1cab8
tree738e298f676b9b5980974946ef36a5c43c48406c
parent1f8525a98f91211737d18d0f0d3ae3252e47abfa
[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIBS may not control enable/disable plugins.

FIXME: Make this configurable.

FIXME: "ENABLE_SHARED" doesn't make sense, since it is used just for plugins. We may rename it.
I introduced config.enable_shared in r120273.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212315 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
cmake/modules/HandleLLVMOptions.cmake