File tree 2 files changed +2
-2
lines changed
compiler/rustc_target/src/spec/targets
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 {
5
5
data_layout : "e-m:e-p:32:32-i64:64-n32-S128" . into ( ) ,
6
6
llvm_target : "riscv32" . into ( ) ,
7
7
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 ( ) ) ,
9
9
tier : Some ( 3 ) ,
10
10
host_tools : Some ( false ) ,
11
11
std : None , // ?
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub struct Finder {
33
33
//
34
34
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
35
35
const STAGE0_MISSING_TARGETS : & [ & str ] = & [
36
- // just a dummy comment so the list doesn't get onelined
36
+ "riscv32im-succinct-zkvm-elf" ,
37
37
] ;
38
38
39
39
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
You can’t perform that action at this time.
0 commit comments