]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #52716 - tromey:rustup-lldb, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 15 Aug 2018 02:52:08 +0000 (02:52 +0000)
committerbors <bors@rust-lang.org>
Wed, 15 Aug 2018 02:52:08 +0000 (02:52 +0000)
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.


Trivial merge