| ... | ... | @@ -3026,7 +3026,7 @@ pub fn updateNavLineNumber(self: *MachO, pt: Zcu.PerThread, nav: InternPool.NavI |
| 3026 | 3026 | pub fn updateExports( |
| 3027 | 3027 | self: *MachO, |
| 3028 | 3028 | pt: Zcu.PerThread, |
| 3029 | | exported: Module.Exported, |
| 3029 | exported: Zcu.Exported, |
| 3030 | 3030 | export_indices: []const u32, |
| 3031 | 3031 | ) link.File.UpdateExportsError!void { |
| 3032 | 3032 | if (build_options.skip_non_native and builtin.object_format != .macho) { |
| ... | ... | @@ -3060,7 +3060,7 @@ pub fn lowerUav( |
| 3060 | 3060 | pt: Zcu.PerThread, |
| 3061 | 3061 | uav: InternPool.Index, |
| 3062 | 3062 | explicit_alignment: InternPool.Alignment, |
| 3063 | | src_loc: Module.LazySrcLoc, |
| 3063 | src_loc: Zcu.LazySrcLoc, |
| 3064 | 3064 | ) !codegen.GenResult { |
| 3065 | 3065 | return self.getZigObject().?.lowerUav(self, pt, uav, explicit_alignment, src_loc); |
| 3066 | 3066 | } |
| ... | ... | @@ -4634,8 +4634,6 @@ const Liveness = @import("../Liveness.zig"); |
| 4634 | 4634 | const LlvmObject = @import("../codegen/llvm.zig").Object; |
| 4635 | 4635 | const Md5 = std.crypto.hash.Md5; |
| 4636 | 4636 | const Zcu = @import("../Zcu.zig"); |
| 4637 | | /// Deprecated. |
| 4638 | | const Module = Zcu; |
| 4639 | 4637 | const InternPool = @import("../InternPool.zig"); |
| 4640 | 4638 | const Rebase = @import("MachO/dyld_info/Rebase.zig"); |
| 4641 | 4639 | pub const Relocation = @import("MachO/Relocation.zig"); |