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 96a4cf5 commit 3edf62eCopy full SHA for 3edf62e
llvm/CMakeLists.txt
@@ -625,7 +625,7 @@ option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
625
option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
626
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
627
628
-if(UNIX)
+if(UNIX AND CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)
629
set(LLVM_ENABLE_ONDISK_CAS_default ON)
630
else()
631
set(LLVM_ENABLE_ONDISK_CAS_default OFF)
0 commit comments