Skip to content

Commit 729010b

Browse files
Remove compiler-rt symlink hack
I don't remember why this was added, but it's not necessary anymore.
1 parent 7d26d6b commit 729010b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/build/build-target-toolchain.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ build_target_toolchain() {
127127
# the header and modulemap custom targets should be added as dependency of install
128128
ninja sdk-overlay install -C "$SWIFT_STDLIB_BUILD_DIR"
129129

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-
134130
# Remove host CoreFoundation module directory to avoid module conflict
135131
# while building Foundation
136132
rm -rf "$TARGET_TOOLCHAIN_DESTDIR/usr/lib/swift_static/CoreFoundation"

0 commit comments

Comments
 (0)