| ... | ... | @@ -351,20 +351,6 @@ pub fn linkWithZld( |
| 351 | 351 | } |
| 352 | 352 | |
| 353 | 353 | Compilation.dump_argv(argv.items); |
| 354 | | |
| 355 | | print: { |
| 356 | | std.debug.getStderrMutex().lock(); |
| 357 | | defer std.debug.getStderrMutex().unlock(); |
| 358 | | const stderr = std.io.getStdErr().writer(); |
| 359 | | if (options.lib_dirs.len != 0) { |
| 360 | | nosuspend stderr.print("Library search paths:\n", .{}) catch break :print; |
| 361 | | for (options.lib_dirs) |dir| nosuspend stderr.print("\t{s}\n", .{dir}) catch break :print; |
| 362 | | } |
| 363 | | if (options.framework_dirs.len != 0) { |
| 364 | | nosuspend stderr.print("Framework search paths:\n", .{}) catch break :print; |
| 365 | | for (options.framework_dirs) |dir| nosuspend stderr.print("\t{s}\n", .{dir}) catch break :print; |
| 366 | | } |
| 367 | | } |
| 368 | 354 | } |
| 369 | 355 | |
| 370 | 356 | var dependent_libs = std.fifo.LinearFifo(MachO.DylibReExportInfo, .Dynamic).init(arena); |