| ... | ... | @@ -321,7 +321,6 @@ pub fn openPath(allocator: Allocator, options: link.Options) !*MachO { |
| 321 | 321 | // TODO this intermediary_basename isn't enough; in the case of `zig build-exe`, |
| 322 | 322 | // we also want to put the intermediary object file in the cache while the |
| 323 | 323 | // main emit directory is the cwd. |
| 324 | | self.llvm_object = try LlvmObject.create(allocator, options); |
| 325 | 324 | self.base.intermediary_basename = try std.fmt.allocPrint(allocator, "{s}{s}", .{ |
| 326 | 325 | emit.sub_path, options.object_format.fileExt(options.target.cpu.arch), |
| 327 | 326 | }); |