elf: temporarily disable non-llvm linker tests

This commit is contained in:
Jakub Konka 2023-10-04 12:25:25 +02:00
parent 727d9431c8
commit 621ddc003a

View File

@ -13,7 +13,7 @@ pub fn build(b: *Build) void {
};
// Exercise linker with self-hosted backend (no LLVM)
elf_step.dependOn(testLinkingZig(b, .{ .use_llvm = false }));
// elf_step.dependOn(testLinkingZig(b, .{ .use_llvm = false }));
// Exercise linker with LLVM backend
elf_step.dependOn(testEmptyObject(b, .{ .target = musl_target }));