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 3894e37 commit 359d54bCopy full SHA for 359d54b
utils/build-script-impl
@@ -2789,7 +2789,7 @@ for host in "${ALL_HOSTS[@]}"; do
2789
2790
# When we are installing LLVM copy over the compiler-rt
2791
# builtins for iOS/tvOS/watchOS to ensure that we don't
2792
- # have compiler crashes when building apps for such platforms.
+ # have linker errors when building apps for such platforms.
2793
if [[ "${product}" = "llvm" ]] && [[ ! -z "${LLVM_INSTALL_COMPONENTS}" ]] && [[ "$(uname -s)" = "Darwin" ]]; then
2794
copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain "${host_install_destdir}${host_install_prefix}"
2795
fi
0 commit comments