Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2

This commit is contained in:
Andrew Kelley
2018-11-19 17:24:41 -05:00
30 changed files with 1757 additions and 67 deletions

View File

@@ -1101,6 +1101,8 @@ pub const DebugInfo = switch (builtin.os) {
self.elf.close();
}
},
builtin.Os.freebsd => struct.{
},
else => @compileError("Unsupported OS"),
};