| author | |
| committer | |
| log | ac3772a0eadd0494f24202ef4375a4dc44ada071 |
| tree | b016512788a8e34b32c40f2767eb2fd54a8718e0 |
| parent | f83f14a4fe9a731e6060a60469880b62c1e43f68 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
src/mingw.zig-1| ... | ... | @@ -342,7 +342,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void { |
| 342 | 342 | else => unreachable, |
| 343 | 343 | }; |
| 344 | 344 | |
| 345 | if (builtin.zig_backend == .stage2_c) @panic("the CBE cannot compile Aro yet!"); | |
| 346 | 345 | const aro = @import("aro"); |
| 347 | 346 | var aro_comp = aro.Compilation.init(comp.gpa); |
| 348 | 347 | defer aro_comp.deinit(); |