commit 40e49fe2f045ed780b7622a3b71c11003d55fa56 (tree)
parent 9836f1b2f975cc484499847225eeb0ad54116942
Author: Jakub Konka <kubkon@jakubkonka.com>
Date: Sun, 21 Nov 2021 23:00:53 +0100
zld: add missing Tbdv3 fields to the declarative struct
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/link/tapi.zig b/src/link/tapi.zig
@@ -20,8 +20,10 @@ pub const TbdV3 = struct {
current_version: ?VersionField,
compatibility_version: ?VersionField,
objc_constraint: ?[]const u8,
+ parent_umbrella: ?[]const u8,
exports: ?[]const struct {
archs: []const []const u8,
+ allowable_clients: ?[]const []const u8,
re_exports: ?[]const []const u8,
symbols: ?[]const []const u8,
objc_classes: ?[]const []const u8,