diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-07-31 15:04:25 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-07-31 15:04:25 -0700 |
| commit | d05c4d545963bbddb18062a8cc5a9ac489374d5e (patch) | |
| tree | a426abc1a19d9e0c016436f621c0f789b6034fd6 /src/librustc_codegen_llvm/Cargo.toml | |
| parent | 9152fe4ea053a29469691349f4b63aa94c9aac56 (diff) | |
| download | rust-d05c4d545963bbddb18062a8cc5a9ac489374d5e.tar.gz rust-d05c4d545963bbddb18062a8cc5a9ac489374d5e.zip | |
Deduplicate rustc_demangle in librustc_codegen_llvm
This commit removes the crates.io dependency of `rustc-demangle` from `rustc_codegen_llvm`. This crate is actually already pulled in to part of the `librustc_driver` build and with the upcoming pipelining implementation in Cargo it causes build issues if `rustc-demangle` is left to its own devices. This is not currently required, but once pipelining is enabled for rustc's own build it will be required to build correctly.
Diffstat (limited to 'src/librustc_codegen_llvm/Cargo.toml')
| -rw-r--r-- | src/librustc_codegen_llvm/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml index 291d32a0681..5e1b0eafdec 100644 --- a/src/librustc_codegen_llvm/Cargo.toml +++ b/src/librustc_codegen_llvm/Cargo.toml @@ -14,7 +14,6 @@ test = false cc = "1.0.1" # Used to locate MSVC num_cpus = "1.0" tempfile = "3.0" -rustc-demangle = "0.1.15" rustc_llvm = { path = "../librustc_llvm" } memmap = "0.6" |
