-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add an option to recursive-lipo
to explicitly specify files to be merged
#36960
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
Conversation
@swift-ci please smoke test |
@swift-ci Please Build Toolchain macOS Platform |
dfe411f
to
29b60a3
Compare
@swift-ci please smoke test |
@swift-ci Please Build Toolchain macOS Platform |
1 similar comment
@swift-ci Please Build Toolchain macOS Platform |
…erged, even if contained in verbatim-copy directories, and use it for `libSwiftScan`. This library is contained in `lib/swift/<OS>/`, which `recursive-lipo` assumes contains the stdlib, and other Swift code built fat from the get-go. `libSwiftScan` is a part of the compiler build, and is therefore built for the host in a given build, which means toolchain installation requries that we use `lipo` to produce a fat shared library for it. Resolves rdar://74490218
29b60a3
to
792e3dd
Compare
@swift-ci Please Build Toolchain macOS Platform |
@swift-ci please smoke test |
1 similar comment
@swift-ci please smoke test |
@swift-ci Please Build Toolchain macOS Platform |
3 similar comments
@swift-ci Please Build Toolchain macOS Platform |
@swift-ci Please Build Toolchain macOS Platform |
@swift-ci Please Build Toolchain macOS Platform |
macOS Toolchain Install command |
Even if contained in verbatim-copy directories, and use it for
libSwiftScan
.This library is contained in
lib/swift/<OS>/
, whichrecursive-lipo
assumes contains the stdlib, and other Swift code built fat from the get-go.libSwiftScan
is a part of the compiler build, and is therefore built for the host in a given build, which means toolchain installation requries that we uselipo
to produce a fat shared library for it.Resolves rdar://74490218