File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ set(LLVM_ENABLE_Z3_SOLVER OFF CACHE BOOL "")
21
21
set (LLVM_ENABLE_ZLIB ON CACHE BOOL "" )
22
22
set (LLVM_INCLUDE_DOCS OFF CACHE BOOL "" )
23
23
set (LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "" )
24
- set (LLVM_INCLUDE_GO_TESTS OFF CACHE BOOL "" )
25
24
set (LLVM_STATIC_LINK_CXX_STDLIB ON CACHE BOOL "" )
26
25
set (LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "" )
27
26
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ set(LLVM_ENABLE_Z3_SOLVER OFF CACHE BOOL "")
16
16
set (LLVM_ENABLE_ZLIB OFF CACHE BOOL "" )
17
17
set (LLVM_INCLUDE_DOCS OFF CACHE BOOL "" )
18
18
set (LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "" )
19
- set (LLVM_INCLUDE_GO_TESTS OFF CACHE BOOL "" )
20
19
21
20
if (WIN32 )
22
21
set (LLVM_USE_CRT_RELEASE "MT" CACHE STRING "" )
Original file line number Diff line number Diff line change @@ -702,7 +702,6 @@ endif(LLVM_BUILD_EXAMPLES)
702
702
option (LLVM_BUILD_TESTS
703
703
"Build LLVM unit tests. If OFF, just generate build targets." OFF )
704
704
option (LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON )
705
- option (LLVM_INCLUDE_GO_TESTS "Include the Go bindings tests in test build targets." OFF )
706
705
707
706
option (LLVM_BUILD_BENCHMARKS "Add LLVM benchmark targets to the list of default
708
707
targets. If OFF, benchmarks still could be built using Benchmarks target." OFF )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ llvm_canonicalize_cmake_booleans(
10
10
LLVM_ENABLE_ZLIB
11
11
LLVM_ENABLE_ZSTD
12
12
LLVM_ENABLE_LIBXML2
13
- LLVM_INCLUDE_GO_TESTS
14
13
LLVM_LINK_LLVM_DYLIB
15
14
LLVM_TOOL_LTO_BUILD
16
15
LLVM_USE_INTEL_JITEVENTS
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ config.osx_sysroot = path(r"@CMAKE_OSX_SYSROOT@")
21
21
config.ocamlfind_executable = "@OCAMLFIND@"
22
22
config.have_ocamlopt = @HAVE_OCAMLOPT@
23
23
config.ocaml_flags = "@OCAMLFLAGS@"
24
- config.include_go_tests = @LLVM_INCLUDE_GO_TESTS@
25
24
config.ptxas_executable = "@PTXAS_EXECUTABLE@"
26
25
config.enable_shared = @ENABLE_SHARED@
27
26
config.enable_assertions = @ENABLE_ASSERTIONS@
You can’t perform that action at this time.
0 commit comments