mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
test/link/elf: test --gc-sections on Zig input with LLVM too
This commit is contained in:
parent
801f038c2c
commit
8c76a61ef5
@ -66,6 +66,7 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step {
|
||||
elf_step.dependOn(testEmptyObject(b, .{ .target = musl_target }));
|
||||
elf_step.dependOn(testEntryPoint(b, .{ .target = musl_target }));
|
||||
elf_step.dependOn(testGcSections(b, .{ .target = musl_target }));
|
||||
elf_step.dependOn(testGcSectionsZig(b, .{ .target = musl_target }));
|
||||
elf_step.dependOn(testImageBase(b, .{ .target = musl_target }));
|
||||
elf_step.dependOn(testInitArrayOrder(b, .{ .target = musl_target }));
|
||||
elf_step.dependOn(testLargeAlignmentExe(b, .{ .target = musl_target }));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user