File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_target/src/spec/targets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 , // ?
Original file line number Diff line number Diff 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).
3535const 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
You can’t perform that action at this time.
0 commit comments