-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
feat: Support Swift 5.2 mangling #208
Conversation
@mitsuhiko See ac63e8c for the manylinux-related changes. |
36cdec8
to
62cf799
Compare
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.
Still requires to build the entirety of Swift, though :(
why is that? Does it generate some artifacts during the build?
5. Build the complete swift project (be very patient, this may take long): | ||
``` | ||
$ cd swift | ||
$ ./utils/build-script |
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.
I think you can use --skip-build
here. The headers in build/Ninja-DebugAssert/*-macosx-x86_64/include
are still generated when --skip-build
is used. This avoids building all of swift.
Updates to Swift 5.2.1. Along with this, there are a few changes:
Fixes #204