File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,20 @@ set(LLVM_EXTERNAL_PROJECTS
15
15
set (LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "" )
16
16
17
17
set (ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "" )
18
+
19
+ set (LLVM_APPEND_VC_REV NO CACHE BOOL "" )
18
20
set (LLVM_ENABLE_PYTHON YES CACHE BOOL "" )
19
21
set (LLVM_TARGETS_TO_BUILD AArch64 ARM WebAssembly X86 CACHE STRING "" )
20
22
21
23
# Disable certain targets to reduce the configure time or to avoid configuration
22
24
# differences (and in some cases weird build errors on a complete build).
23
- set (LLVM_APPEND_VC_REV NO CACHE BOOL "" )
24
25
set (LLVM_BUILD_LLVM_DYLIB NO CACHE BOOL "" )
25
26
set (LLVM_BUILD_LLVM_C_DYLIB NO CACHE BOOL "" )
26
27
set (LLVM_ENABLE_LIBEDIT NO CACHE BOOL "" )
27
28
set (LLVM_ENABLE_LIBXML2 NO CACHE BOOL "" )
28
29
set (LLVM_ENABLE_OCAMLDOC NO CACHE BOOL "" )
30
+ set (LLVM_ENABLE_TERMINFO NO CACHE BOOL "" )
31
+ set (LLVM_ENABLE_Z3_SOLVER NO CACHE BOOL "" )
29
32
set (LLVM_ENABLE_ZLIB NO CACHE BOOL "" )
30
33
set (LLVM_INCLUDE_BENCHMARKS NO CACHE BOOL "" )
31
34
set (LLVM_INCLUDE_DOCS NO CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments