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

Apple: Refactor deployment target version parsing #129341

Merged
merged 3 commits into from
Sep 7, 2024

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    23cdb50 View commit details
    Browse the repository at this point in the history
  2. Apple: Refactor deployment target version parsing

    - Merge minimum OS version list into one function (makes it easier to
      see the logic in it).
    - Parse patch deployment target versions.
    - Consistently specify deployment target in LLVM target (previously
      omitted on `aarch64-apple-watchos`).
    madsmtm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5b51331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd56857 View commit details
    Browse the repository at this point in the history