summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-06-15 12:02:02 +0900
committerGitHub <noreply@github.com>2022-06-15 12:02:02 +0900
commitbb4805118a6274a83e21c78bb96e3cbd9e9dca36 (patch)
treeee5b629dbae032f04920e4301bb5e1d2e3fcd8dc /compiler/rustc_codegen_llvm
parentb770012202726a6dbf8368f13c9deac9938919b7 (diff)
parent4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674 (diff)
downloadrust-bb4805118a6274a83e21c78bb96e3cbd9e9dca36.tar.gz
rust-bb4805118a6274a83e21c78bb96e3cbd9e9dca36.zip
Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC
compiler: remove unused deps

Removed unused dependencies in compiler crates and moves few `libc` under `target.cfg(unix)` .
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index 9bded25c09e..b486af13376 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -16,7 +16,6 @@ measureme = "10.0.0"
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
 rustc-demangle = "0.1.21"
-rustc_arena = { path = "../rustc_arena" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }