forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 29
Resolve issues in the 5.3 branch merge #1713
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
Closed
Closed
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
- deduplicate the logic to compute the resource folder - install headers and module files in shared and static resource folders - forward -static flag when calling swiftc with -print-target-info
rdar://66693249
(cherry picked from commit bfef9d4)
(cherry picked from commit c123f42)
(cherry picked from commit d52a159)
(cherry picked from commit e54127b)
There's a more robust check for which SDK to support already. This also misses `arm64` as architecture. (cherry picked from commit ca3d37f)
…incredible-shaggy-dog-story [release/5.3] Re-enable @available(macOS 11) test
…nking-5.3 [5.3] Properly compute resource folder when linking statically
…s to Any This caused a problem when propagating the concrete type of an existential: if the concrete type is itself an opened existential, it was not added to the OpenedArchetypeTracker. https://bugs.swift.org/browse/SR-13444 rdar://problem/68077098
…ompat-suite [5.3] [Preset] Source compat suite cross compile for macOS arm64
…nt generation failures Ignore function builder body if it emits at least one diagnostic during constraint generation. Resolves: rdar://problem/65983237
[5.3] SILCombine: fix an assertion crash in SILCombine when casting AnyClass to Any
[5.3][ConstraintSystem] Extend invalid function body fix to cover constrai…
This reverts commit e8fe229.
Merged
Member
Author
|
Superseded by #1724 |
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.
Closes #1682