about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/Cargo.toml
diff options
context:
space:
mode:
authorDenis Merigoux <denis.merigoux@gmail.com>2018-10-23 17:01:35 +0200
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2018-11-16 15:08:18 +0200
commitb9e5cf99a9acd9c29d02c2f27c0eb223fd0a92be (patch)
tree1a71a1dc4a8bf0ee5d36f9aa49de11cef2750a83 /src/librustc_codegen_ssa/Cargo.toml
parentb25b80401384dc97731909c86557e74598890c4b (diff)
downloadrust-b9e5cf99a9acd9c29d02c2f27c0eb223fd0a92be.tar.gz
rust-b9e5cf99a9acd9c29d02c2f27c0eb223fd0a92be.zip
Separating the back folder between backend-agnostic and LLVM-specific code
Diffstat (limited to 'src/librustc_codegen_ssa/Cargo.toml')
-rw-r--r--src/librustc_codegen_ssa/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml
index ae187c5e3e0..a158c34f9d1 100644
--- a/src/librustc_codegen_ssa/Cargo.toml
+++ b/src/librustc_codegen_ssa/Cargo.toml
@@ -9,3 +9,7 @@ path = "lib.rs"
 test = false
 
 [dependencies]
+cc = "1.0.1"
+num_cpus = "1.0"
+rustc-demangle = "0.1.4"
+memmap = "0.6"