Skip to content

Commit 359d54b

Browse files
committed
Make comment more precise as per review feedback
1 parent 3894e37 commit 359d54b

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
@@ -2789,7 +2789,7 @@ for host in "${ALL_HOSTS[@]}"; do
27892789

27902790
# When we are installing LLVM copy over the compiler-rt
27912791
# builtins for iOS/tvOS/watchOS to ensure that we don't
2792-
# have compiler crashes when building apps for such platforms.
2792+
# have linker errors when building apps for such platforms.
27932793
if [[ "${product}" = "llvm" ]] && [[ ! -z "${LLVM_INSTALL_COMPONENTS}" ]] && [[ "$(uname -s)" = "Darwin" ]]; then
27942794
copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain "${host_install_destdir}${host_install_prefix}"
27952795
fi

0 commit comments

Comments
 (0)