authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-11-26 11:25:36+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-11-26 11:50:09+01:00
logf125c4f5c795485e3c927c85198828793c1be434
treecd41a5ca7e2ebc0cc87a597e394c5d3c27ed8588
parent7e8f7da3ec0a841d7d009f9f55dad22235b418d3

stage2 macho: enable end-to-end incremental linking tests on aarch64


1 files changed, 1 insertions(+), 3 deletions(-)

test/stage2/aarch64.zig+1-3
...@@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{...@@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{
12};12};
1313
14pub fn addCases(ctx: *TestContext) !void {14pub fn addCases(ctx: *TestContext) !void {
15 // TODO enable when we add codesigning to the self-hosted linker15 {
16 // related to #6971
17 if (false) {
18 var case = ctx.exe("hello world with updates", macos_aarch64);16 var case = ctx.exe("hello world with updates", macos_aarch64);
1917
20 // Regular old hello world18 // Regular old hello world