[PATCH] D116698: [CMake] Disable LLVM_INCLUDE_GO_TESTS by default

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 20:03:57 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf71e02fa46f8: [CMake] Disable LLVM_INCLUDE_GO_TESTS by default (authored by MaskRay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116698/new/

https://reviews.llvm.org/D116698

Files:
  llvm/CMakeLists.txt


Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/CMakeLists.txt
@@ -593,7 +593,7 @@
 option(LLVM_BUILD_TESTS
   "Build LLVM unit tests. If OFF, just generate build targets." OFF)
 option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
-option(LLVM_INCLUDE_GO_TESTS "Include the Go bindings tests in test build targets." ON)
+option(LLVM_INCLUDE_GO_TESTS "Include the Go bindings tests in test build targets." OFF)
 
 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116698.397778.patch
Type: text/x-patch
Size: 682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220106/46fd4493/attachment.bin>


More information about the llvm-commits mailing list