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)
879
879
option (LLVM_ENABLE_BINDINGS "Build bindings." ON )
880
880
option (LLVM_ENABLE_TELEMETRY "Enable the telemetry library. If set to OFF, library cannot be enabled after build (eg., at runtime)" ON )
881
881
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 )
886
886
endif ()
887
887
option (LLVM_ENABLE_ONDISK_CAS "Build OnDiskCAS." ${LLVM_ENABLE_ONDISK_CAS_default} )
888
888
You can’t perform that action at this time.
0 commit comments