Skip to content

Commit a2d5678

Browse files
authored
Merge pull request #37737 from compnerd/organization
Windows CMake Cache organization (NFC)
2 parents 6573fda + 3aababb commit a2d5678

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmake/caches/Windows-x86_64.cmake

Lines changed: 4 additions & 2 deletions
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 "")
@@ -64,7 +67,6 @@ set(LLVM_TOOLCHAIN_TOOLS
6467
llvm-lib
6568
llvm-lipo
6669
llvm-mt
67-
llvm-mt
6870
llvm-nm
6971
llvm-objcopy
7072
llvm-objdump

0 commit comments

Comments
 (0)