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

Support using unversioned lld as linker too #8189

Merged
merged 2 commits into from
Nov 22, 2021

Commits on Nov 16, 2021

  1. Support using unversioend lld as linker too

    On Fedora and RHEL the `lld` executable is the plain unversioned `lld`.
    That's also usable as a linker if it's recent enough.
    
    See dotnet/runtime#58959 (comment)
    for more details and discussion.
    omajid committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    38e37cb View commit details
    Browse the repository at this point in the history
  2. Query clang's -fuse-ld to decide whether lld is okay to use

    Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
    omajid and am11 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    116fabd View commit details
    Browse the repository at this point in the history