authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2021-11-21 23:00:53+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2021-11-22 18:01:15+01:00
log40e49fe2f045ed780b7622a3b71c11003d55fa56
tree3152b86ffa09f79b2227bfdf428994a5dbdd2c7a
parent9836f1b2f975cc484499847225eeb0ad54116942

zld: add missing Tbdv3 fields to the declarative struct


1 files changed, 2 insertions(+), 0 deletions(-)

src/link/tapi.zig+2
...@@ -20,8 +20,10 @@ pub const TbdV3 = struct {...@@ -20,8 +20,10 @@ pub const TbdV3 = struct {
20 current_version: ?VersionField,20 current_version: ?VersionField,
21 compatibility_version: ?VersionField,21 compatibility_version: ?VersionField,
22 objc_constraint: ?[]const u8,22 objc_constraint: ?[]const u8,
23 parent_umbrella: ?[]const u8,
23 exports: ?[]const struct {24 exports: ?[]const struct {
24 archs: []const []const u8,25 archs: []const []const u8,
26 allowable_clients: ?[]const []const u8,
25 re_exports: ?[]const []const u8,27 re_exports: ?[]const []const u8,
26 symbols: ?[]const []const u8,28 symbols: ?[]const []const u8,
27 objc_classes: ?[]const []const u8,29 objc_classes: ?[]const []const u8,