From 6e3a4f4dddec17dfcf76083276c69f5528c43b84 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 3 Jul 2018 12:24:24 -0600 Subject: 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. --- src/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Cargo.lock') diff --git a/src/Cargo.lock b/src/Cargo.lock index 9465f45dc19..b94c428cd6b 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1015,7 +1015,7 @@ name = "installer" version = "0.0.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit 1.4.1-3-g733a5