File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ set(default_targets
31
31
x86_64-unknown-windows-msvc
32
32
aarch64-unknown-windows-msvc
33
33
i686-unknown-windows-msvc )
34
+ set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
35
+
34
36
# Build the android builtins if NDK path is provided.
35
37
if (NOT "$ENV{NDKPATH} " STREQUAL "" )
36
38
list (APPEND default_targets
@@ -41,7 +43,6 @@ if(NOT "$ENV{NDKPATH}" STREQUAL "")
41
43
endif ()
42
44
43
45
set (LLVM_BUILTIN_TARGETS ${default_targets} CACHE STRING "" )
44
- set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
45
46
46
47
foreach (target ${LLVM_RUNTIME_TARGETS} )
47
48
set (RUNTIMES_${target} _LLVM_ENABLE_RUNTIMES
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ set(default_targets
31
31
x86_64-unknown-windows-msvc
32
32
aarch64-unknown-windows-msvc
33
33
i686-unknown-windows-msvc )
34
+ set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
35
+
34
36
# Build the android builtins if NDK path is provided.
35
37
if (NOT "$ENV{NDKPATH} " STREQUAL "" )
36
38
list (APPEND default_targets
@@ -41,7 +43,6 @@ if(NOT "$ENV{NDKPATH}" STREQUAL "")
41
43
endif ()
42
44
43
45
set (LLVM_BUILTIN_TARGETS ${default_targets} CACHE STRING "" )
44
- set (LLVM_RUNTIME_TARGETS ${default_targets} CACHE STRING "" )
45
46
46
47
foreach (target ${LLVM_RUNTIME_TARGETS} )
47
48
set (RUNTIMES_${target} _LLVM_ENABLE_RUNTIMES
Original file line number Diff line number Diff line change @@ -2776,9 +2776,6 @@ if (-not $SkipBuild) {
2776
2776
foreach ($Arch in $WindowsSDKArchs ) {
2777
2777
Invoke-BuildStep Build-Sanitizers Windows $Arch $InstallTo
2778
2778
}
2779
- foreach ($Arch in $AndroidSDKArchs ) {
2780
- Invoke-BuildStep Build-Sanitizers Windows $Arch $InstallTo
2781
- }
2782
2779
}
2783
2780
2784
2781
if ($Clean ) {
You can’t perform that action at this time.
0 commit comments