Skip to content

Commit

Permalink
tests: Update data-layout for custom mips64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 19, 2025
1 parent 250cab5 commit 034b3a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion target-specs/mips64-unknown-none.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"abi": "abi64",
"arch": "mips64",
"cpu": "mips64r2",
"data-layout": "E-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128",
"data-layout": "E-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"emit-debug-gdb-scripts": false,
"features": "+mips64r2,+soft-float,+noabicalls",
"linker": "rust-lld",
Expand Down
2 changes: 1 addition & 1 deletion target-specs/mips64el-unknown-none.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"abi": "abi64",
"arch": "mips64",
"cpu": "mips64r2",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"emit-debug-gdb-scripts": false,
"features": "+mips64r2,+soft-float,+noabicalls",
"linker": "rust-lld",
Expand Down
2 changes: 1 addition & 1 deletion target-specs/mipsisa64r6-unknown-none.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"abi": "abi64",
"arch": "mips64r6",
"cpu": "mips64r6",
"data-layout": "E-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128",
"data-layout": "E-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"emit-debug-gdb-scripts": false,
"features": "+mips64r6,+soft-float,+noabicalls",
"linker": "rust-lld",
Expand Down
2 changes: 1 addition & 1 deletion target-specs/mipsisa64r6el-unknown-none.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"abi": "abi64",
"arch": "mips64r6",
"cpu": "mips64r6",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"emit-debug-gdb-scripts": false,
"features": "+mips64r6,+soft-float,+noabicalls",
"linker": "rust-lld",
Expand Down

0 comments on commit 034b3a4

Please # to comment.