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 900c71f commit 9e27358Copy full SHA for 9e27358
llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -1483,7 +1483,7 @@ endif()
1483
check_symbol_exists(flock "sys/file.h" HAVE_FLOCK)
1484
set(LLVM_ENABLE_ONDISK_CAS_default OFF)
1485
if(HAVE_FLOCK OR LLVM_ON_WIN32)
1486
- # LLVM ONDisk CAS currently requires flock on Unix.
+ # LLVM OnDisk CAS currently requires flock on Unix.
1487
set(LLVM_ENABLE_ONDISK_CAS_default ON)
1488
endif()
1489
option(LLVM_ENABLE_ONDISK_CAS "Build OnDiskCAS." ${LLVM_ENABLE_ONDISK_CAS_default})
0 commit comments