File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 42
42
submodules : recursive
43
43
path : toolchain
44
44
45
- - name : Check out succinctlabs/rust
46
- uses : actions/checkout@v3
47
- with :
48
- repository : succinctlabs/rust
49
- path : toolchain/rust
50
- fetch-depth : 0
51
-
52
45
- name : Check out athenavm/athena
53
46
uses : actions/checkout@v3
54
47
with :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ index eab9138b..60507063 100644
24
24
"riscv32im-unknown-none-elf",
25
25
diff --git a/compiler/rustc_target/src/spec/targets/riscv32em_athena_zkvm_elf.rs b/compiler/rustc_target/src/spec/targets/riscv32em_athena_zkvm_elf.rs
26
26
new file mode 100644
27
- index 00000000..2a95006c
27
+ index 00000000..a84f76c2
28
28
--- /dev/null
29
29
+++ b/compiler/rustc_target/src/spec/targets/riscv32em_athena_zkvm_elf.rs
30
30
@@ -0,0 +1,44 @@
@@ -33,7 +33,7 @@ index 00000000..2a95006c
33
33
+
34
34
+ pub fn target() -> Target {
35
35
+ Target {
36
- + data_layout: "e-m:e-p:32:32-i64:64-n32-S128 ".into(),
36
+ + data_layout: "e-m:e-p:32:32-i64:64-n32-S32 ".into(),
37
37
+ llvm_target: "riscv32".into(),
38
38
+ metadata: crate::spec::TargetMetadata {
39
39
+ description: None,
You can’t perform that action at this time.
0 commit comments