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

Run debuginfo tests against rust-enabled lldb, when possible #54764

Merged
merged 1 commit into from
Oct 10, 2018

Commits on Oct 8, 2018

  1. Run debuginfo tests against rust-enabled lldb, when possible

    If the rust-enabled lldb was built, then use it when running the
    debuginfo tests.  Updating the lldb submodule was necessary as this
    needed a way to differentiate the rust-enabled lldb, so I added a line
    to the --version output.
    
    This adds compiletest commands to differentiate between the
    rust-enabled and non-rust-enabled lldb, as is already done for gdb.  A
    new "rust-lldb" header directive is also added, but not used in this
    patch; I plan to use it in rust-lang#54004.
    
    This updates all the tests.
    tromey committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    ac33b2e View commit details
    Browse the repository at this point in the history