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

Have rust-lldb look for the rust-enabled lldb #53973

Merged
merged 1 commit into from
Sep 8, 2018

Commits on Sep 7, 2018

  1. Have rust-lldb look for the rust-enabled lldb

    We're shipping a rust-enabled lldb, but the "lldb" executable is not
    installed into the "bin" directory by rustup.  See the discussion in
    rust-lang/rustup#1492 for
    background on this decision.  There, we agreed to have rust-lldb
    prefer the rust-enabled lldb if it is installed.
    
    This patch changes dist.rs to put lldb into rustlib, following what
    was done for the other LLVM tools in rust-lang#53955, and then fixes rust-lldb
    to prefer that lldb, if it exists.
    
    See issue rust-lang#48168
    tromey committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8aae6ca View commit details
    Browse the repository at this point in the history