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

Ensure LLVM is in the link path for "fulldeps" tests #70591

Merged
merged 1 commit into from
Apr 1, 2020

Commits on Mar 30, 2020

  1. Ensure LLVM is in the link path for "fulldeps" tests

    This is a follow-up to rust-lang#70123, which added `llvm-config --libdir` to the
    `LIBRARY_PATH` for rustc tools. We need the same for "run-make-fulldeps"
    and "ui-fulldeps" tests which depend on compiler libraries, implicitly
    needing to link to `-lLLVM` as well.
    cuviper committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6067315 View commit details
    Browse the repository at this point in the history