Add initial support for iOS targets (#2237)

* Add iOS C int sizes... try to hack in iOS DebugInfo

* Get rid of ios link check for now

* Remove macos linkversion check
This commit is contained in:
Matthew Iannucci
2019-04-11 13:15:17 -04:00
committed by Andrew Kelley
parent b59c65e986
commit 27cd830ec8
3 changed files with 17 additions and 12 deletions

View File

@@ -1178,7 +1178,7 @@ pub const DwarfInfo = struct {
};
pub const DebugInfo = switch (builtin.os) {
builtin.Os.macosx => struct {
builtin.Os.macosx, builtin.Os.ios => struct {
symbols: []const MachoSymbol,
strings: []const u8,
ofiles: OFileTable,