We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9347e45 commit 53997acCopy full SHA for 53997ac
src/target/generated.rs
@@ -292,6 +292,7 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
292
("x86_64-unknown-linux-none", "x86_64-unknown-linux-none"),
293
("x86_64-unknown-linux-ohos", "x86_64-unknown-linux-ohos"),
294
("x86_64-unknown-managarm-mlibc", "x86_64-unknown-managarm-mlibc"),
295
+ ("x86_64-unknown-motor", "x86_64-unknown-none-elf"),
296
("x86_64-unknown-netbsd", "x86_64-unknown-netbsd"),
297
("x86_64-unknown-none", "x86_64-unknown-none-elf"),
298
("x86_64-unknown-none-linuxkernel", "x86_64-unknown-none-elf"),
0 commit comments