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

test #955

Open
wants to merge 1 commit into
base: release/18.x
Choose a base branch
from
Open

test #955

wants to merge 1 commit into from

Commits on Mar 26, 2024

  1. [lld/ELF][X86] Respect outSecOff when checking if GOTPCREL can be rel…

    …axed (llvm#86334)
    
    The existing implementation didn't handle when the input text section
    was some offset from the output section.
    
    This resulted in an assert in relaxGot() with an lld built with asserts
    for some large binaries, or even worse, a silently broken binary with an
    lld without asserts.
    
    (cherry picked from commit 4804805)
    aeubanks authored and llvmbot committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    439503e View commit details
    Browse the repository at this point in the history