Skip to content

Commit 96efb8a

Browse files
committed
TEMP: try including stage0 target
1 parent 2f12f71 commit 96efb8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_target/src/spec/targets/riscv32im_succinct_zkvm_elf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub(crate) fn target() -> Target {
55
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".into(),
66
llvm_target: "riscv32".into(),
77
metadata: crate::spec::TargetMetadata {
8-
description: Some("RISC Zero's zero-knowledge Virtual Machine (RV32IM ISA)".into()),
8+
description: Some("Succincts zero-knowledge Virtual Machine (RV32IM ISA)".into()),
99
tier: Some(3),
1010
host_tools: Some(false),
1111
std: None, // ?

src/bootstrap/src/core/sanity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct Finder {
3333
//
3434
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
3535
const STAGE0_MISSING_TARGETS: &[&str] = &[
36-
// just a dummy comment so the list doesn't get onelined
36+
"riscv32im-succinct-zkvm-elf",
3737
];
3838

3939
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)