Remove the rsix dependency in cranelift-native. (#3395)

Revert the part of 47490b4383 which
changed cranelift-native to use rsix. It's just one call, and this lets
Cranelift users that don't otherwise depend on rsix to avoid it.
This commit is contained in:
Dan Gohman
2021-09-30 06:11:29 -07:00
committed by GitHub
parent e989caf337
commit fa108d9a86
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ cranelift-codegen = { path = "../codegen", version = "0.77.0", default-features
target-lexicon = "0.12"
[target.'cfg(target_arch = "s390x")'.dependencies]
rsix = "0.23.0"
libc = "0.2.95"
[features]
default = ["std"]