-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Build System] Remove tvOS i386 slice from compiler-rt lib #34361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
To fix this issue: ld: building for tvOS, but linking in object file built for tvOS Simulator, file '/tmp/strip.rgKCdx' for architecture i386 fatal error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: internal link edit command failed rdar://70443440
@swift-ci build toolchain macOS |
@swift-ci smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shahmishal you want to change the 2x cp
above as well. The first could contain the old i386 slices in the non-sim libs (as both libs were in one .a), and the second will contain the i386 slice in the split out sim libs.
@swift-ci smoke test |
@swift-ci build toolchain macOS |
@swift-ci test windows |
macOS Toolchain Install command |
To fix this issue:
ld: building for tvOS, but linking in object file built for tvOS Simulator, file '/tmp/strip.rgKCdx' for architecture i386
fatal error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: internal link edit command failed
rdar://70443440