| ... | @@ -17,7 +17,7 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step { | ... | @@ -17,7 +17,7 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step { |
| 17 | | 17 | |
| 18 | // Exercise linker with self-hosted backend (no LLVM) | 18 | // Exercise linker with self-hosted backend (no LLVM) |
| 19 | macho_step.dependOn(testHelloZig(b, .{ .use_llvm = false, .target = x86_64_target })); | 19 | macho_step.dependOn(testHelloZig(b, .{ .use_llvm = false, .target = x86_64_target })); |
| 20 | macho_step.dependOn(testRelocatableZig(b, .{ .use_llvm = false, .strip = true, .target = x86_64_target })); | 20 | macho_step.dependOn(testRelocatableZig(b, .{ .use_llvm = false, .target = x86_64_target })); |
| 21 | | 21 | |
| 22 | // Exercise linker with LLVM backend | 22 | // Exercise linker with LLVM backend |
| 23 | macho_step.dependOn(testDeadStrip(b, .{ .target = default_target })); | 23 | macho_step.dependOn(testDeadStrip(b, .{ .target = default_target })); |