| author | |
| committer | |
| log | 6e6d0eb690fa58572be7ae556723bb5818206955 |
| tree | 0b6fd35e32fa0c982401b2f6da42dc46e3a27630 |
| parent | 2bae94280058f23ba44dc3857e2b551f5894e1cb |
1 files changed, 2 insertions(+), 1 deletions(-)
test/stage2/zir.zig+2-1| ... | ... | @@ -1,8 +1,9 @@ |
| 1 | 1 | const TestContext = @import("../../src-self-hosted/test.zig").TestContext; |
| 2 | 2 | |
| 3 | 3 | pub fn addCases(ctx: *TestContext) void { |
| 4 | if (@import("std").Target.current.os.tag == .windows) { | |
| 4 | if (@import("std").Target.current.os.tag != .linux) { | |
| 5 | 5 | // TODO implement self-hosted PE (.exe file) linking |
| 6 | // TODO implement more ZIR so we don't depend on linux | |
| 6 | 7 | return; |
| 7 | 8 | } |
| 8 | 9 |