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 new rustc target for Arm64 machines that can target the iphonesimulator #81966

Merged
merged 2 commits into from
Feb 21, 2021

Commits on Feb 19, 2021

  1. added aarch64_apple_ios_sim as a rustc target

    Ricky (deg4uss3r) committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f10fbbb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. iOS simulator: pick the target based on the environment variable

    LLVM picks the right things to put into the compiled object file based
    on the target deployment version.
    We need to communicate it through the target triple.
    Only with that LLVM will use the right commands in the file to make it
    look and behave like code compiled for the arm64 iOS simulator target.
    badboy authored and Ricky (deg4uss3r) committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    8d6ad11 View commit details
    Browse the repository at this point in the history