Skip to content

Commit f668c59

Browse files
authored
Merge pull request #35514 from eltociear/patch-4
2 parents 4ff544b + 802788f commit f668c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ for host in "${ALL_HOSTS[@]}"; do
24972497

24982498
# When we are building LLVM copy over the compiler-rt
24992499
# builtins for iOS/tvOS/watchOS to ensure that Swift's
2500-
# stdlib can use compiler-rt builtins when targetting iOS/tvOS/watchOS.
2500+
# stdlib can use compiler-rt builtins when targeting iOS/tvOS/watchOS.
25012501
if [[ "${product}" = "llvm" ]] && [[ "${BUILD_LLVM}" = "1" ]] && [[ "$(uname -s)" = "Darwin" ]]; then
25022502
copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain "$(build_directory_bin ${host} llvm)/.."
25032503
fi

0 commit comments

Comments
 (0)