Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support target mips-zkm-zkvm-elf #1326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "mips-unknown-linux-uclibc",
},
),
(
"mips-zkm-zkvm-elf",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please do not edit this file directly

This file is generated by https://github.com/rust-lang/cc-rs/tree/main/dev-tools/gen-target-info/src

So when new targets are added in rustc, this file should be automatically regenerated in CI.

TargetInfo {
full_arch: "mips",
arch: "mips",
vendor: "zkm",
os: "zkvm",
env: "",
abi: "",
llvm_target: "mips-zkm-zkvm-elf",
},
),
(
"mips64-openwrt-linux-musl",
TargetInfo {
Expand Down Expand Up @@ -1768,6 +1780,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "mipsel-unknown-none",
},
),
(
"mipsel-zkm-zkvm-elf",
TargetInfo {
full_arch: "mipsel",
arch: "mips",
vendor: "zkm",
os: "zkvm",
env: "",
abi: "",
llvm_target: "mipsel-zkm-zkvm-elf",
},
),
(
"mipsisa32r6-unknown-linux-gnu",
TargetInfo {
Expand Down