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

Changes required for rustc/cargo to build for iOS targets #73903

Closed
wants to merge 6 commits into from
Closed

Changes required for rustc/cargo to build for iOS targets #73903

wants to merge 6 commits into from

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    e191358 View commit details
    Browse the repository at this point in the history
  2. Only set the flag in LLVM builds.

    aspen committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c22bcb0 View commit details
    Browse the repository at this point in the history
  3. Don't break on iOS Simulator builds.

    aspen committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5f3dbd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Document the CMake defines.

    aspen committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4fd1c77 View commit details
    Browse the repository at this point in the history
  2. Also document iphoneos-version-min.

    aspen committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    22e8ced View commit details
    Browse the repository at this point in the history
  3. Explicitly check for iOS/tvOS.

    aspen committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    67b162f View commit details
    Browse the repository at this point in the history