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

Add lldb to the build #52716

Merged
merged 1 commit into from
Aug 15, 2018
Merged

Add lldb to the build #52716

merged 1 commit into from
Aug 15, 2018

Commits on Aug 15, 2018

  1. Add lldb to the build

    This optionally adds lldb (and clang, which it needs) to the build.
    
    Because rust uses LLVM 7, and because clang 7 is not yet released, a
    recent git master version of clang is used.
    
    The lldb that is used includes the Rust plugin.
    
    lldb is only built when asked for, or when doing a nightly build on
    macOS.  Only macOS is done for now due to difficulties with the Python
    dependency.
    tromey committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6e3a4f4 View commit details
    Browse the repository at this point in the history