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:
committed by
Andrew Kelley
parent
b59c65e986
commit
27cd830ec8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user