-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] Added Armv5 support #41686
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
[stdlib] Added Armv5 support #41686
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Are you recompiling the Swift compiler with this pull? That's the only thing I can think of, that the unpatched compiler doesn't know this new arch. |
Yes, I am recompiling the compiler, mainly since lib/IDE/Utils.cpp and lib/Basic/Platform.cpp are part of the compiler. |
I compared your failing command to a local trunk build on my Android AArch64 phone and I notice you're passing a target of Try running the failing command manually, but add these two flags |
This comment was marked as resolved.
This comment was marked as resolved.
@buttaface I was able to get the Swift stdlib compiling successfully by changing the |
05cd418
to
b85e673
Compare
@CodaFi I have been able to successfully cross compile the Stdlib for armv5 (including libdispatch, Concurrency and Foundation module). Can we have the CI build this? |
SwiftPM patches |
I am able to build a Hello world program in Swift for Armv5
|
@swift-ci please test |
⛵ |
Added support for cross compiling the Swift Stdlib for Armv5 processors.
Resolves SR-15944.