1
Fork 0

Rollup merge of #110681 - klensy:cut-dep, r=lcnr

drop few unused crates, gate libc under unix for rustc_codegen_ssa

Small cleanup.
This commit is contained in:
Yuki Okushi 2023-04-25 02:33:29 +09:00 committed by GitHub
commit a373623d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 3 additions and 23 deletions

View file

@ -12,7 +12,6 @@ bitflags = "1.2.1"
cc = "1.0.69"
itertools = "0.10.1"
tracing = "0.1"
libc = "0.2.50"
jobserver = "0.1.22"
tempfile = "3.2"
thorin-dwp = "0.4"
@ -43,6 +42,9 @@ rustc_query_system = { path = "../rustc_query_system" }
rustc_target = { path = "../rustc_target" }
rustc_session = { path = "../rustc_session" }
[target.'cfg(unix)'.dependencies]
libc = "0.2.50"
[dependencies.object]
version = "0.30.1"
default-features = false