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

[7.1.0] Fix linker feature detection being performed on wrong linker #20990

Merged
merged 2 commits into from
Jan 29, 2024

Commits on Jan 22, 2024

  1. Fix linker feature detection being performed on wrong linker

    Bazel forces use of `lld` and `ld.gold` if found, but performed feature detection on the default linker instead.
    
    Fixes bazelbuild#20834
    
    Closes bazelbuild#20833.
    
    PiperOrigin-RevId: 598565598
    Change-Id: I4890f278c5cc33d4e6a6ebb10d796fb1c22f9ba6
    fmeum authored and iancha1992 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b8043bc View commit details
    Browse the repository at this point in the history
  2. Updated the lockfiles

    iancha1992 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3d4117f View commit details
    Browse the repository at this point in the history