Skip to content

Merge release/5.8 #5358

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 14 commits into from
Apr 5, 2023
Merged

Conversation

yonihemi
Copy link
Member

No description provided.

jckarter and others added 14 commits February 24, 2023 10:13
…tures.

Fixes rdar://105701833.

(cherry picked from commit 567b478)
swiftlang#59072 accidentally changed the SWIFT_CLASS_NAMED macro to use `__attribute` when it previously used `__attribute__` (note the trailing underscores). While both keywords have the same semantics in clang, they are technically different tokens, so clang refuses to merge macro definitions that use one instead of the other; instead it would diagnose an ambiguity when a generated header from a new compiler imported a generated header from an old compiler. Change back to the old token to avoid this problem.

Fixes rdar://104252758.
SIL: Use a scoped SILBuilder to insert dealloc_stacks for closure captures.
It is taking too long to execute.
…-NSStringAPI.swift-5.8

Temporarily disable test stdlib/NSStringAPI.swift
)

Fixes a crash in the debug info verification

rdar://106594725
The `@MainActor` global actor constraint on a declaration does not carry an
inherent ABI impact and therefore use of this constraint should not be limited
to OS versions where Swift concurrency is available.

Resolves rdar://105610970
…tor-availability-checking-5.8

[5.8] Sema: Relax availability checking for `@MainActor`
@kateinoigakukun kateinoigakukun mentioned this pull request Mar 31, 2023
16 tasks
@kateinoigakukun kateinoigakukun merged commit cb86d9e into swiftwasm-release/5.8 Apr 5, 2023
@kateinoigakukun kateinoigakukun deleted the yonihemi/merge-release-5.8 branch April 5, 2023 16:07
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.