File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ set(LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "")
2020
2121set (ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "" )
2222
23+ # NOTE(compnerd) we can hardcode the default target triple since the cache files
24+ # are target dependent.
25+ set (LLVM_DEFAULT_TARGET_TRIPLE x86_64-unknown-windows-msvc CACHE STRING "" )
26+
2327set (LLVM_APPEND_VC_REV NO CACHE BOOL "" )
2428set (LLVM_ENABLE_PER_TARGET_RUNTIME_DIR YES CACHE BOOL "" )
2529set (LLVM_ENABLE_PYTHON YES CACHE BOOL "" )
@@ -39,6 +43,7 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
3943 set (RUNTIMES_${target} _COMPILER_RT_BUILD_SANITIZERS NO CACHE BOOL "" )
4044 set (RUNTIMES_${target} _COMPILER_RT_BUILD_XRAY NO CACHE BOOL "" )
4145endforeach ()
46+
4247set (LLVM_TARGETS_TO_BUILD AArch64 ARM WebAssembly X86 CACHE STRING "" )
4348
4449# Disable certain targets to reduce the configure time or to avoid configuration
You can’t perform that action at this time.
0 commit comments