We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c41322 commit 802788fCopy full SHA for 802788f
utils/build-script-impl
@@ -2497,7 +2497,7 @@ for host in "${ALL_HOSTS[@]}"; do
2497
2498
# When we are building LLVM copy over the compiler-rt
2499
# builtins for iOS/tvOS/watchOS to ensure that Swift's
2500
- # stdlib can use compiler-rt builtins when targetting iOS/tvOS/watchOS.
+ # stdlib can use compiler-rt builtins when targeting iOS/tvOS/watchOS.
2501
if [[ "${product}" = "llvm" ]] && [[ "${BUILD_LLVM}" = "1" ]] && [[ "$(uname -s)" = "Darwin" ]]; then
2502
copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain "$(build_directory_bin ${host} llvm)/.."
2503
fi
0 commit comments