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

rename rustc's lld to rust-lld #51936

Merged
merged 2 commits into from
Jul 5, 2018
Merged

rename rustc's lld to rust-lld #51936

merged 2 commits into from
Jul 5, 2018

Commits on Jun 30, 2018

  1. rename rustc's lld to rust-lld

    to not shadow the system installed LLD when linking with LLD.
    
    Before:
    
    - `-C linker=lld -Z linker-flavor=ld.lld` uses rustc's LLD
    - It's not possible to use a system installed LLD that's named `lld`
    
    With this commit:
    
    - `-C linker=rust-lld -Z linker-flavor=ld.lld` uses rustc's LLD
    - `-C linker=lld -Z linker-flavor=ld.lld` uses the system installed LLD
    japaric committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    807cd36 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    31ed5c7 View commit details
    Browse the repository at this point in the history