Skip to content

[6.2] embedded: fix two problems in the SILLinker #80579

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 2 commits into from
Apr 7, 2025

Conversation

eeckstein
Copy link
Contributor

  • Explanation: This fixes two problem in the SILLinker, which resulted in unresolved linker symbols in embedded mode. The first fix is to de-serialize base protocol witness tables. The second fix is to de-serialize Executor witness tables for the ExecutorRef builtins
  • Risk: Low. It only affects embedded swift when working with concurrency or using existentials with base protocols.
  • Testing: Tested by lit tests.
  • Issue: rdar://148538336
  • Reviewer: @MaxDesiatov
  • Main branch PR: embedded: fix two problems in the SILLinker #80530

…embedded mode

Fixes unresolved symbol linker errors or compiler crashes
rdar://148538336
…builtins

Fixes unresolved symbol linker errors in embedded mode.
rdar://148538336
@eeckstein eeckstein changed the base branch from main to release/6.2 April 7, 2025 09:14
@eeckstein eeckstein requested a review from a team as a code owner April 7, 2025 09:14
@eeckstein eeckstein requested review from MaxDesiatov and removed request for jckarter, mikeash, rjmccall, shahmishal, al45tair and AnthonyLatsis April 7, 2025 09:15
@eeckstein
Copy link
Contributor Author

@swift-ci test

@eeckstein eeckstein merged commit 964a2e3 into swiftlang:release/6.2 Apr 7, 2025
5 checks passed
@eeckstein eeckstein deleted the fix-sil-linker-6.2 branch April 7, 2025 18:24
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