about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2018-11-18 18:06:31 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2018-11-22 20:20:23 +0100
commitd6d8a330f86c1a71e9fa3d896718b10662ac3ff8 (patch)
tree77481672eb068e1db071e38cf5e2aa5de7b26518 /src/librustc_codegen_llvm
parentc08840d5c3e6fa29b0fa734ad4405455f2e4c879 (diff)
downloadrust-d6d8a330f86c1a71e9fa3d896718b10662ac3ff8.tar.gz
rust-d6d8a330f86c1a71e9fa3d896718b10662ac3ff8.zip
Add rustc_codegen_ssa to sysroot
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml
index 34017009c28..b711502b14b 100644
--- a/src/librustc_codegen_llvm/Cargo.toml
+++ b/src/librustc_codegen_llvm/Cargo.toml
@@ -13,7 +13,6 @@ test = false
 cc = "1.0.1"
 num_cpus = "1.0"
 rustc-demangle = "0.1.4"
-rustc_codegen_ssa = { path = "../librustc_codegen_ssa" }
 rustc_llvm = { path = "../librustc_llvm" }
 memmap = "0.6"