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

Wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor #89288

Merged
merged 1 commit into from
Oct 8, 2021

Commits on Oct 7, 2021

  1. Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor

    The wrapper is installed as `ld` and `ld64` in the `lib\rustlib\<host_target>\bin\gcc-ld`
    directory and its sole purpose is to invoke `rust-lld` in the parent directory with
    the correct flavor.
    hkratz committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6162fc0 View commit details
    Browse the repository at this point in the history