There was an error while loading. Please reload this page.
1 parent 33f84c5 commit 18ed3dcCopy full SHA for 18ed3dc
1 file changed
src/target/parser.rs
@@ -168,6 +168,7 @@ fn parse_arch(full_arch: &str) -> Option<&str> {
168
arch if arch.starts_with("nvptx") => "nvptx",
169
170
arch if arch.starts_with("bpf") => "bpf", // bpfeb | bpfel
171
+ arch if arch.starts_with("sh4") => "sh4", // sh4 | sh4-unknown-linux-gnu | sh4-unknown-redox
172
173
// https://github.com/bytecodealliance/wasmtime/tree/v30.0.1/pulley
174
arch if arch.starts_with("pulley64") => "pulley64",
0 commit comments