Default LLVM_STATIC to OFF (it's kinda broken currently, gives various linking issues).

This commit is contained in:
Bastien Montagne
2014-07-30 20:31:13 +02:00
parent b4bda0390d
commit 5e4a97d109

View File

@@ -278,7 +278,7 @@ unset(PLATFORM_DEFAULT)
# LLVM # LLVM
option(WITH_LLVM "Use LLVM" OFF) option(WITH_LLVM "Use LLVM" OFF)
option(LLVM_STATIC "Link with LLVM static libraries" ON) option(LLVM_STATIC "Link with LLVM static libraries" OFF)
mark_as_advanced(LLVM_STATIC) mark_as_advanced(LLVM_STATIC)
# disable for now, but plan to support on all platforms eventually # disable for now, but plan to support on all platforms eventually