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

Triple::normalize: Use none as OS for XX-none-ABI #89638

Merged
merged 2 commits into from
May 2, 2024

Commits on May 1, 2024

  1. Triple::normalize: Use none as OS for XX-none-ABI

    When parsing a 3-component triple, after we determine Arch and Env,
    if the middle component is "none", treat it as OS instead of Vendor.
    
    Fixes: llvm#89582.
    wzssyqa committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d8c9a63 View commit details
    Browse the repository at this point in the history
  2. fix test failures

    wzssyqa committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8128b3c View commit details
    Browse the repository at this point in the history