forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
[pull] swiftwasm from main #2345
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
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
It doesn't look like this script gets run much, but it should be executable so it can be.
As a step towards making binding inference more incremental, let's make producer responsible for adding hole type binding instead of doing so in `finalize`.
…g constraint system from bindings
This commit depends on changes to the coroutine-splitting pass in LLVM. Shadow copies are also turned off for async function arguments, because they make it impossible to track debug info during coroutine splitting. Instead we are relying on LLVM's CoroSplit.cpp to emit shadow copies. The Swift frontend gives CoroSplit license to move do this by describing the arguments using a dbg.declare intrinsic, even though it points to chain of load/GEP/bitcase instructions into the Swift context function argument. rdar://71866936
… to check conformances in reverse order. rdar://problem/72049977
…l actor references Non-actor isolated synchronous functions were previously allowed to call & reference global-actor isolated declarations. This patch puts a stop to that. Resolves rdar://71548470
[CSBindings] Let producer record a binding for a hole
Add debug info support for function arguments in async functions.
rdar://72310494
…iteration-order-workaround [Runtime] Add a disabled workaround for protocol conformance checking to check conformances in reverse order.
…wiftlang#35079) Resolve rdar://71678394 / SR-13889.
…cript-executable Make python_format script executable
Add -sil-verify-all and -sil-verify-none to the sil-opt tool.
…er' and '@GlobalActorType' Currently, we don't have a fix-it to insert 'async', so I've marked those places as not expecting a fix-it, until someone goes and implements that (rdar://72313654)
[swift-driver Incremental] Fix test to be more compatible with swift-driver
[sourcekit] Identify xpc service by toolchain instead of sdk
…d-isolation-contexts-71548470
kateinoigakukun
approved these changes
Dec 15, 2020
pull bot
pushed a commit
that referenced
this pull request
Aug 2, 2021
…east) (swiftlang#38686) The usage of constexpr was disabled in 2016 in #2345, but using NDK 19c, it seems that the usage doesn't fail compiling at the moment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )