Commit f125c4f5c7

Jakub Konka <kubkon@jakubkonka.com>
2020-11-26 11:25:36
stage2 macho: enable end-to-end incremental linking tests on aarch64
1 parent 7e8f7da
Changed files (1)
test
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