Skip to content

Commit 3aababb

Browse files
committed
Windows: re-organise toolchain cache (NFC)
Make a few more options more explicit and re-group a few options. This is merely for ease of human processing.
1 parent 47e7991 commit 3aababb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmake/caches/Windows-x86_64.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,20 @@ set(LLVM_EXTERNAL_PROJECTS
1515
set(LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "")
1616

1717
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
18+
19+
set(LLVM_APPEND_VC_REV NO CACHE BOOL "")
1820
set(LLVM_ENABLE_PYTHON YES CACHE BOOL "")
1921
set(LLVM_TARGETS_TO_BUILD AArch64 ARM WebAssembly X86 CACHE STRING "")
2022

2123
# Disable certain targets to reduce the configure time or to avoid configuration
2224
# differences (and in some cases weird build errors on a complete build).
23-
set(LLVM_APPEND_VC_REV NO CACHE BOOL "")
2425
set(LLVM_BUILD_LLVM_DYLIB NO CACHE BOOL "")
2526
set(LLVM_BUILD_LLVM_C_DYLIB NO CACHE BOOL "")
2627
set(LLVM_ENABLE_LIBEDIT NO CACHE BOOL "")
2728
set(LLVM_ENABLE_LIBXML2 NO CACHE BOOL "")
2829
set(LLVM_ENABLE_OCAMLDOC NO CACHE BOOL "")
30+
set(LLVM_ENABLE_TERMINFO NO CACHE BOOL "")
31+
set(LLVM_ENABLE_Z3_SOLVER NO CACHE BOOL "")
2932
set(LLVM_ENABLE_ZLIB NO CACHE BOOL "")
3033
set(LLVM_INCLUDE_BENCHMARKS NO CACHE BOOL "")
3134
set(LLVM_INCLUDE_DOCS NO CACHE BOOL "")

0 commit comments

Comments
 (0)