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.

@qethu qethu force-pushed the Triple_mips-zkm-zkvm-elf branch 2 times, most recently from d56a6f9 to 3349baf Compare February 6, 2025 17:59
@qethu qethu force-pushed the Triple_mips-zkm-zkvm-elf branch from 3349baf to afb98ae Compare February 6, 2025 18:34
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