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 2a94cd8 commit 3eddae9Copy full SHA for 3eddae9
llvm/CMakeLists.txt
@@ -719,7 +719,7 @@ option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
719
option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
720
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
721
722
-if(UNIX)
+if(UNIX AND CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)
723
set(LLVM_ENABLE_ONDISK_CAS_default ON)
724
else()
725
set(LLVM_ENABLE_ONDISK_CAS_default OFF)
0 commit comments