We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c74707 commit 4293e64Copy full SHA for 4293e64
llvm/CMakeLists.txt
@@ -891,7 +891,7 @@ option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
891
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
892
option (LLVM_ENABLE_TELEMETRY "Enable the telemetry library. If set to OFF, library cannot be enabled after build (eg., at runtime)" ON)
893
894
-if(UNIX AND CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)
+if(CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)
895
set(LLVM_ENABLE_ONDISK_CAS_default ON)
896
else()
897
set(LLVM_ENABLE_ONDISK_CAS_default OFF)
0 commit comments