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 7d26d6b commit 729010bCopy full SHA for 729010b
tools/build/build-target-toolchain.sh
@@ -127,10 +127,6 @@ build_target_toolchain() {
127
# the header and modulemap custom targets should be added as dependency of install
128
ninja sdk-overlay install -C "$SWIFT_STDLIB_BUILD_DIR"
129
130
- # Link compiler-rt libs to stdlib build dir
131
- mkdir -p "$SWIFT_STDLIB_BUILD_DIR/lib/clang/10.0.0/"
132
- ln -fs "$COMPILER_RT_BUILD_DIR/lib" "$SWIFT_STDLIB_BUILD_DIR/lib/clang/10.0.0/lib"
133
-
134
# Remove host CoreFoundation module directory to avoid module conflict
135
# while building Foundation
136
rm -rf "$TARGET_TOOLCHAIN_DESTDIR/usr/lib/swift_static/CoreFoundation"
0 commit comments