File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ set(default_targets
3131 x86_64-unknown-windows-msvc
3232 aarch64-unknown-windows-msvc
3333 i686-unknown-windows-msvc )
34+ set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
35+
3436# Build the android builtins if NDK path is provided.
3537if (NOT "$ENV{NDKPATH} " STREQUAL "" )
3638 list (APPEND default_targets
@@ -41,7 +43,6 @@ if(NOT "$ENV{NDKPATH}" STREQUAL "")
4143endif ()
4244
4345set (LLVM_BUILTIN_TARGETS ${default_targets} CACHE STRING "" )
44- set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
4546
4647foreach (target ${LLVM_RUNTIME_TARGETS} )
4748 set (RUNTIMES_${target} _LLVM_ENABLE_RUNTIMES
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ set(default_targets
3131 x86_64-unknown-windows-msvc
3232 aarch64-unknown-windows-msvc
3333 i686-unknown-windows-msvc )
34+ set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
35+
3436# Build the android builtins if NDK path is provided.
3537if (NOT "$ENV{NDKPATH} " STREQUAL "" )
3638 list (APPEND default_targets
@@ -41,7 +43,6 @@ if(NOT "$ENV{NDKPATH}" STREQUAL "")
4143endif ()
4244
4345set (LLVM_BUILTIN_TARGETS ${default_targets} CACHE STRING "" )
44- set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
4546
4647foreach (target ${LLVM_RUNTIME_TARGETS} )
4748 set (RUNTIMES_${target} _LLVM_ENABLE_RUNTIMES
Original file line number Diff line number Diff line change @@ -2776,9 +2776,6 @@ if (-not $SkipBuild) {
27762776 foreach ($Arch in $WindowsSDKArchs ) {
27772777 Invoke-BuildStep Build-Sanitizers Windows $Arch $InstallTo
27782778 }
2779- foreach ($Arch in $AndroidSDKArchs ) {
2780- Invoke-BuildStep Build-Sanitizers Windows $Arch $InstallTo
2781- }
27822779}
27832780
27842781if ($Clean ) {
You can’t perform that action at this time.
0 commit comments