-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Remove fallback for arm64e -> arm64. #31196
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
varungandhi-apple
merged 3 commits into
swiftlang:master
from
varungandhi-apple:vg-remove-arm64e-fallback
Apr 23, 2020
Merged
Remove fallback for arm64e -> arm64. #31196
varungandhi-apple
merged 3 commits into
swiftlang:master
from
varungandhi-apple:vg-remove-arm64e-fallback
Apr 23, 2020
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
@swift-ci please smoke test |
beccadax
requested changes
Apr 22, 2020
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.
Might not actually need any changes—take a look.
...face/Inputs/DummyFramework.framework/Modules/DummyFramework.swiftmodule/arm64.swiftinterface
Outdated
Show resolved
Hide resolved
I don't get it. This branch shouldn't be present, should it?
I've removed it in the middle commit. |
b78f5d0
to
94eed0e
Compare
@swift-ci please smoke test |
94eed0e
to
9f3ba78
Compare
Addresses rdar://problem/61407215.
beccadax
approved these changes
Apr 23, 2020
…g arch. Before this change, we would emit the warning only for swiftmodules; however, it may be the case that only a swiftinterface (of a different arch) is present but no swiftmodule is present. Fixes rdar://problem/50905075.
9f3ba78
to
412ee0a
Compare
@swift-ci please smoke test |
This was referenced Apr 24, 2020
beccadax
added a commit
to beccadax/swift
that referenced
this pull request
Sep 7, 2021
If we are building for ARM64 but we try to import a module with only an ARM64e interface, fall back to importing said interface. This is the reverse of a similar fallback briefly introduced last year, but removed in swiftlang#31196.
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.
Fixes rdar://problem/61407215