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

rustc_target: add known safe s390x target features #127506

Merged
merged 4 commits into from
Jul 22, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    efcf35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c940d52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    366bc86 View commit details
    Browse the repository at this point in the history
  4. rustc_codegen_llvm: properly passing backchain attribute to LLVM ...

    ... this is a special attribute that was made to be a target-feature in
    LLVM 18+, but in all previous versions, this "feature" is a naked
    attribute. We will have to handle this situation differently than all
    other target-features.
    liushuyu committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    01e6e60 View commit details
    Browse the repository at this point in the history