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

Conversation

eigmax
Copy link

@eigmax eigmax commented Dec 22, 2024

A general-purpose zkVM based on MIPS32R2 has been implemented and we are trying to add a new target for Rust.

@@ -1516,6 +1516,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
unversioned_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants