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 "")
2121set (LLVM_ENABLE_ZLIB ON CACHE BOOL "" )
2222set (LLVM_INCLUDE_DOCS OFF CACHE BOOL "" )
2323set (LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "" )
24- set (LLVM_INCLUDE_GO_TESTS OFF CACHE BOOL "" )
2524set (LLVM_STATIC_LINK_CXX_STDLIB ON CACHE BOOL "" )
2625set (LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "" )
2726
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ set(LLVM_ENABLE_Z3_SOLVER OFF CACHE BOOL "")
1616set (LLVM_ENABLE_ZLIB OFF CACHE BOOL "" )
1717set (LLVM_INCLUDE_DOCS OFF CACHE BOOL "" )
1818set (LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "" )
19- set (LLVM_INCLUDE_GO_TESTS OFF CACHE BOOL "" )
2019
2120if (WIN32 )
2221 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)
702702option (LLVM_BUILD_TESTS
703703 "Build LLVM unit tests. If OFF, just generate build targets." OFF )
704704option (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 )
706705
707706option (LLVM_BUILD_BENCHMARKS "Add LLVM benchmark targets to the list of default
708707targets. 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(
1010 LLVM_ENABLE_ZLIB
1111 LLVM_ENABLE_ZSTD
1212 LLVM_ENABLE_LIBXML2
13- LLVM_INCLUDE_GO_TESTS
1413 LLVM_LINK_LLVM_DYLIB
1514 LLVM_TOOL_LTO_BUILD
1615 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@")
2121config.ocamlfind_executable = "@OCAMLFIND@"
2222config.have_ocamlopt = @HAVE_OCAMLOPT@
2323config.ocaml_flags = "@OCAMLFLAGS@"
24- config.include_go_tests = @LLVM_INCLUDE_GO_TESTS@
2524config.ptxas_executable = "@PTXAS_EXECUTABLE@"
2625config.enable_shared = @ENABLE_SHARED@
2726config.enable_assertions = @ENABLE_ASSERTIONS@
You can’t perform that action at this time.
0 commit comments