cranelift: Native feature detection for RISC-V (#5044)
* cranelift: Native feature detection for RISC-V * cranelift: Typo fix Thanks @cfallin
This commit is contained in:
@@ -14,7 +14,7 @@ edition.workspace = true
|
||||
cranelift-codegen = { workspace = true, default-features = false }
|
||||
target-lexicon = { workspace = true }
|
||||
|
||||
[target.'cfg(target_arch = "s390x")'.dependencies]
|
||||
[target.'cfg(any(target_arch = "s390x", target_arch = "riscv64"))'.dependencies]
|
||||
libc = "0.2.95"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user