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

Fix arm64e-apple-ios target #119118

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Commits on Dec 19, 2023

  1. Remove legacy bitcode defaults

    arttet committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3f87043 View commit details
    Browse the repository at this point in the history
  2. Use LLVM features for arm64e_apple_ios target

    We need to use LLVM features here. Otherwise we get warnings such as
    '+paca' is not a recognized feature for this target (ignoring feature)
    arttet committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fd0033c View commit details
    Browse the repository at this point in the history