diff options
| author | Tom Tromey <tom@tromey.com> | 2018-07-03 12:24:24 -0600 |
|---|---|---|
| committer | Tom Tromey <tom@tromey.com> | 2018-08-14 18:59:23 -0600 |
| commit | 6e3a4f4dddec17dfcf76083276c69f5528c43b84 (patch) | |
| tree | 2c54bcb913443aa57b157d1c075a52136f49b589 /src/Cargo.lock | |
| parent | 5bb2094d8934c420dbcc41875dc64eb9d82cbb6f (diff) | |
| download | rust-6e3a4f4dddec17dfcf76083276c69f5528c43b84.tar.gz rust-6e3a4f4dddec17dfcf76083276c69f5528c43b84.zip | |
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.
Diffstat (limited to 'src/Cargo.lock')
| -rw-r--r-- | src/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
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)", |
