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

Split assembly tests for ELF and MachO #120124

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Commits on Jan 25, 2024

  1. Split assembly tests for ELF and MachO

    On ELF, the text section is opened with ".text", on MachO with
    ".section __TEXT,__text".
    
    Previously, on ELF this test was actually matching a GNU note
    section, which is no longer emitted on Solaris starting with
    LLVM 18.
    
    Fixes rust-lang#120105.
    nikic committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8866449 View commit details
    Browse the repository at this point in the history