Skip to content

utils: Move libs to arch-specific SDK dirs to avoid multi-lib error with lld #79913

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

Merged

Conversation

weliveindetail
Copy link
Member

Android SDK builds with the Windows toolchain fail right now, because lld traverses arch-agnostic libs first. Make sure we leave no copies of arch-specific artifacts in arch-agnostic folders. Otherwise they get picked up for the next arch, but aren't compatible.

@compnerd
Copy link
Member

@swift-ci please smoke test

@weliveindetail
Copy link
Member Author

@swift-ci please smoke test macOS

@weliveindetail weliveindetail merged commit c882b57 into swiftlang:main Mar 12, 2025
3 checks passed
@weliveindetail weliveindetail deleted the windrd-avoid-lld-multilib-issue branch March 14, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants