File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -879,10 +879,10 @@ option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
879879option (LLVM_ENABLE_BINDINGS "Build bindings." ON )
880880option (LLVM_ENABLE_TELEMETRY "Enable the telemetry library. If set to OFF, library cannot be enabled after build (eg., at runtime)" ON )
881881
882- set (LLVM_ENABLE_ONDISK_CAS_default OFF )
883- if (CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8 )
884- # Build OnDiskCAS by default only on 64 bit machine.
885- set (LLVM_ENABLE_ONDISK_CAS_default ON )
882+ set (LLVM_ENABLE_ONDISK_CAS_default ON )
883+ if (CMAKE_SIZEOF_VOID_P LESS 8 OR " ${CMAKE_SYSTEM_NAME} " MATCHES SunOS )
884+ # Build OnDiskCAS by default only on 64 bit machine that is not Solaris .
885+ set (LLVM_ENABLE_ONDISK_CAS_default OFF )
886886endif ()
887887option (LLVM_ENABLE_ONDISK_CAS "Build OnDiskCAS." ${LLVM_ENABLE_ONDISK_CAS_default} )
888888
You can’t perform that action at this time.
0 commit comments