From f125c4f5c795485e3c927c85198828793c1be434 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 26 Nov 2020 11:25:36 +0100 Subject: [PATCH] stage2 macho: enable end-to-end incremental linking tests on aarch64 --- test/stage2/aarch64.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/stage2/aarch64.zig b/test/stage2/aarch64.zig index 323d63b9feb15bafe56915d757e61242405b266a..b71362cd3d0ec6e80e41da7340401f36b4d3b85e 100644 --- a/test/stage2/aarch64.zig +++ b/test/stage2/aarch64.zig @@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{ }; pub fn addCases(ctx: *TestContext) !void { - // TODO enable when we add codesigning to the self-hosted linker - // related to #6971 - if (false) { + { var case = ctx.exe("hello world with updates", macos_aarch64); // Regular old hello world -- 2.54.0