| ... | @@ -1082,10 +1082,9 @@ pub fn flushModule(self: *Elf, comp: *Compilation, prog_node: *std.Progress.Node | ... | @@ -1082,10 +1082,9 @@ pub fn flushModule(self: *Elf, comp: *Compilation, prog_node: *std.Progress.Node |
| 1082 | if (comp.compiler_rt_obj) |x| break :blk x.full_object_path; | 1082 | if (comp.compiler_rt_obj) |x| break :blk x.full_object_path; |
| 1083 | break :blk null; | 1083 | break :blk null; |
| 1084 | }; | 1084 | }; |
| 1085 | _ = compiler_rt_path; | 1085 | if (compiler_rt_path) |path| { |
| 1086 | // if (compiler_rt_path) |path| { | 1086 | try positionals.append(.{ .path = path }); |
| 1087 | // try positionals.append(.{ .path = path }); | 1087 | } |
| 1088 | // } | | |
| 1089 | | 1088 | |
| 1090 | for (positionals.items) |obj| { | 1089 | for (positionals.items) |obj| { |
| 1091 | const in_file = try std.fs.cwd().openFile(obj.path, .{}); | 1090 | const in_file = try std.fs.cwd().openFile(obj.path, .{}); |