| author | |
| committer | |
| log | e4180de2e9a0b94eed793e43d471e0b563ac43d3 |
| tree | 03640006b556006915913bc68b05c67e7831bc00 |
| parent | f33bf48af7d9c99d532864f8a6c3f695ad5bbd21 |
| signature |
2 files changed, 6 insertions(+), 9 deletions(-)
test/stack_traces.zig+3-3| ... | @@ -282,16 +282,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void { | ... | @@ -282,16 +282,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void { |
| 282 | \\source.zig:10:8: [address] in main (test) | 282 | \\source.zig:10:8: [address] in main (test) |
| 283 | \\ foo(); | 283 | \\ foo(); |
| 284 | \\ ^ | 284 | \\ ^ |
| 285 | \\start.zig:247:29: [address] in std.start.posixCallMainAndExit (test) | 285 | \\start.zig:253:29: [address] in std.start.posixCallMainAndExit (test) |
| 286 | \\ return root.main(); | 286 | \\ return root.main(); |
| 287 | \\ ^ | 287 | \\ ^ |
| 288 | \\start.zig:114:5: [address] in std.start._start (test) | 288 | \\start.zig:120:5: [address] in std.start._start (test) |
| 289 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); | 289 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); |
| 290 | \\ ^ | 290 | \\ ^ |
| 291 | \\ | 291 | \\ |
| 292 | , | 292 | , |
| 293 | // release-safe | 293 | // release-safe |
| 294 | \\start.zig:114:5: [address] in std.start._start (test) | 294 | \\start.zig:120:5: [address] in std.start._start (test) |
| 295 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); | 295 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); |
| 296 | \\ ^ | 296 | \\ ^ |
| 297 | \\ | 297 | \\ |
test/tests.zig+3-6| ... | @@ -177,9 +177,8 @@ const test_targets = blk: { | ... | @@ -177,9 +177,8 @@ const test_targets = blk: { |
| 177 | TestTarget{ | 177 | TestTarget{ |
| 178 | .target = Target{ | 178 | .target = Target{ |
| 179 | .Cross = CrossTarget{ | 179 | .Cross = CrossTarget{ |
| 180 | .cpu = Target.Cpu.baseline(.riscv64), | ||
| 180 | .os = .linux, | 181 | .os = .linux, |
| 181 | .arch = .riscv64, | ||
| 182 | .cpu_features = Target.Arch.riscv64.getBaselineCpuFeatures(), | ||
| 183 | .abi = .none, | 182 | .abi = .none, |
| 184 | }, | 183 | }, |
| 185 | }, | 184 | }, |
| ... | @@ -189,9 +188,8 @@ const test_targets = blk: { | ... | @@ -189,9 +188,8 @@ const test_targets = blk: { |
| 189 | //TestTarget{ | 188 | //TestTarget{ |
| 190 | // .target = Target{ | 189 | // .target = Target{ |
| 191 | // .Cross = CrossTarget{ | 190 | // .Cross = CrossTarget{ |
| 191 | // .cpu = Target.Cpu.baseline(.riscv64), | ||
| 192 | // .os = .linux, | 192 | // .os = .linux, |
| 193 | // .arch = .riscv64, | ||
| 194 | // .cpu_features = Target.Arch.riscv64.getBaselineCpuFeatures(), | ||
| 195 | // .abi = .musl, | 193 | // .abi = .musl, |
| 196 | // }, | 194 | // }, |
| 197 | // }, | 195 | // }, |
| ... | @@ -202,9 +200,8 @@ const test_targets = blk: { | ... | @@ -202,9 +200,8 @@ const test_targets = blk: { |
| 202 | //TestTarget{ | 200 | //TestTarget{ |
| 203 | // .target = Target{ | 201 | // .target = Target{ |
| 204 | // .Cross = CrossTarget{ | 202 | // .Cross = CrossTarget{ |
| 203 | // .cpu = Target.Cpu.baseline(.riscv64), | ||
| 205 | // .os = .linux, | 204 | // .os = .linux, |
| 206 | // .arch = .riscv64, | ||
| 207 | // .cpu_features = Target.Arch.riscv64.getBaselineCpuFeatures(), | ||
| 208 | // .abi = .gnu, | 205 | // .abi = .gnu, |
| 209 | // }, | 206 | // }, |
| 210 | // }, | 207 | // }, |