-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[6.2] Fix linking Embedded Swift concurrency for Wasm #83288
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
Draft
MaxDesiatov
wants to merge
19
commits into
swiftlang:release/6.2
Choose a base branch
from
MaxDesiatov:deleted-method-6.2
base: release/6.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
75593de
test: set `lit.py` args in separate `setup_lit_args` (#82878)
MaxDesiatov 7c7d9cd
test/CMakeLists.txt: run Embedded Swift for Wasm tests
MaxDesiatov fa4c9aa
test/embedded/dependencies-random: use sed instead of ex
MaxDesiatov 86b85f9
test: simpler `sed` expression in `dependencies-random.swift`
MaxDesiatov 8e1adb6
Update for more tests
MaxDesiatov ba32d27
Fix library path in`concurrency-simple.swift`
MaxDesiatov ba59931
Disable one more ARM-specific IR/SIL test on WASI
MaxDesiatov 46391f2
Enable `concurrency-deleted-method.swift` test for `wasip1`
MaxDesiatov b1dd110
Update `lit.cfg` with subs required for embedded `wasip1`
MaxDesiatov 798acfd
Enable `MainActor` in embedded concurrency, add `ExecutorImpl.cpp`
MaxDesiatov ff4b6cb
Embedded: only include `ExecutorImpl.cpp` for Wasm
MaxDesiatov 7678991
Embedded: exclude `ExecutorImpl.swift` for non-Wasm platforms
MaxDesiatov 45c08e7
Enable `concurrency-deleted-method.swift` test for `wasip1` (#83236)
MaxDesiatov 0b923c6
[Concurrency][Embedded] Make sure Embedded Swift links Impl functions.
al45tair d8a7b20
[Concurrency][Embedded] Add some extra Concurrency functions.
al45tair bc2b27d
Link.cpp: load `MainActor: Actor` WT for Embedded Swift
MaxDesiatov 9437bb1
Add `linkWitnessTable` to `SILModule`, use in `Link.cpp`
MaxDesiatov 8f4763e
Enable more `MainActor` code paths for Embedded Swift
MaxDesiatov 518e490
Executor.swift: only enable `MainActor` in Embedded Swift for WASI
MaxDesiatov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This variant is already enabled above on L610, removing as unused