Blob Blame History Raw
diff -rupN llvm-14.0.0.src/CMakeLists.txt llvm-14.0.0.src-new/CMakeLists.txt
--- llvm-14.0.0.src/CMakeLists.txt	2022-03-14 10:44:55.000000000 +0100
+++ llvm-14.0.0.src-new/CMakeLists.txt	2022-03-29 11:01:34.203473954 +0200
@@ -615,7 +615,7 @@ option(LLVM_INCLUDE_GO_TESTS "Include th
 
 option(LLVM_BUILD_BENCHMARKS "Add LLVM benchmark targets to the list of default
 targets. If OFF, benchmarks still could be built using Benchmarks target." OFF)
-option(LLVM_INCLUDE_BENCHMARKS "Generate benchmark targets. If OFF, benchmarks can't be built." ON)
+option(LLVM_INCLUDE_BENCHMARKS "Generate benchmark targets. If OFF, benchmarks can't be built." OFF)
 
 option (LLVM_BUILD_DOCS "Build the llvm documentation." OFF)
 option (LLVM_INCLUDE_DOCS "Generate build targets for llvm documentation." ON)