about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-25 02:33:29 +0900
committerGitHub <noreply@github.com>2023-04-25 02:33:29 +0900
commita373623d55a42598dab1ef8c5a6d4dd89f6ca91c (patch)
tree6bbf76dea4430b97369c3e6732003c83ec7ac759 /compiler/rustc_codegen_llvm
parent2a2df56db5ddb6f42e32e9b2e1ef7db6753ba96a (diff)
parent3338ee3ca7da64285102c1568adacd8e2deb3a1b (diff)
downloadrust-a373623d55a42598dab1ef8c5a6d4dd89f6ca91c.tar.gz
rust-a373623d55a42598dab1ef8c5a6d4dd89f6ca91c.zip
Rollup merge of #110681 - klensy:cut-dep, r=lcnr
drop few unused crates, gate libc under unix for rustc_codegen_ssa

Small cleanup.
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 bdea565a5a6..5e750d91b82 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -36,6 +36,5 @@ rustc_target = { path = "../rustc_target" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
-tempfile = "3.2.0"
 serde = { version = "1", features = [ "derive" ]}
 serde_json = "1"