mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
test/link/macho: -fstrip is no longer needed for self-hosted
This commit is contained in:
parent
5da9d250ff
commit
7fb9df3fab
@ -17,7 +17,7 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step {
|
||||
|
||||
// Exercise linker with self-hosted backend (no LLVM)
|
||||
macho_step.dependOn(testHelloZig(b, .{ .use_llvm = false, .target = x86_64_target }));
|
||||
macho_step.dependOn(testRelocatableZig(b, .{ .use_llvm = false, .strip = true, .target = x86_64_target }));
|
||||
macho_step.dependOn(testRelocatableZig(b, .{ .use_llvm = false, .target = x86_64_target }));
|
||||
|
||||
// Exercise linker with LLVM backend
|
||||
macho_step.dependOn(testDeadStrip(b, .{ .target = default_target }));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user