Skip to content
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

Add support for link-flavor rust-lld for iOS, tvOS and watchOS #98771

Merged
merged 1 commit into from
Aug 4, 2022

Commits on Aug 3, 2022

  1. Add support for link-flavor rust-lld for iOS, tvOS and watchOS

    This adds support for rust-lld for Apple *OS targets.
    
    This was tested against targets "aarch64-apple-ios" and "aarch64-apple-ios-sim".
    
    For targets "armv7-apple-ios" and "armv7s-apple-ios", it doesn't link because of
    "symbols.o" not being generated with the correct CPU subtype (changes in
    the "object" crate needs to be done to support it).
    marysaka committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    78bbe57 View commit details
    Browse the repository at this point in the history