Skip to content

Use mergeable symbols in embedded #8654

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
merged 1 commit into from
May 12, 2025
Merged

Conversation

rauhul
Copy link
Member

@rauhul rauhul commented May 10, 2025

To workaround proper support for the Embedded Swift linkage model in SwiftPM, this PR updates the build plan to include -Xfrontend -mergeable symbols when building Embedded targets. This is a workaround/stop-gap solution until we can implement #8653.

Fixes: #8648

To workaround proper support for the Embedded Swift linkage model in
SwiftPM, this PR updates the build plan to include -Xfrontend -mergeable
symbols when building Embedded targets. This is a workaround/stop-gap
solution until we can implement #8653.

Fixes: 8648
@rauhul rauhul added the embedded Support for Embedded Swift label May 10, 2025
@rauhul
Copy link
Member Author

rauhul commented May 10, 2025

@swift-ci please test

Copy link
Member

@dschaefer2 dschaefer2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@rauhul rauhul merged commit 2b0505e into main May 12, 2025
6 checks passed
@rauhul rauhul deleted the rauhul/embedded-mergable-symbols branch May 12, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
embedded Support for Embedded Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass -Xfrontend -mergeable-symbols for embedded objects
2 participants