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

Don't dynamically link LLVM tools unless rustc is too #76810

Merged
merged 1 commit into from
Sep 22, 2020

Commits on Sep 19, 2020

  1. Do not link LLVM tools to LLVM dylib unless rustc is

    Previously we would have some platforms where LLVM was linked to rustc
    statically, but to the LLVM tools dynamically. That meant we were distributing
    two copies of LLVM: one as a separate dylib and one statically linked in to
    librustc_driver.
    Mark-Simulacrum committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    389b7ff View commit details
    Browse the repository at this point in the history