| ... | @@ -809,8 +809,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod | ... | @@ -809,8 +809,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod |
| 809 | | 809 | |
| 810 | const csu = try CsuObjects.init(arena, comp); | 810 | const csu = try CsuObjects.init(arena, comp); |
| 811 | | 811 | |
| 812 | // Here we will parse object and library files (if referenced). | | |
| 813 | | | |
| 814 | // csu prelude | 812 | // csu prelude |
| 815 | if (csu.crt0) |path| try parseObjectReportingFailure(self, path); | 813 | if (csu.crt0) |path| try parseObjectReportingFailure(self, path); |
| 816 | if (csu.crti) |path| try parseObjectReportingFailure(self, path); | 814 | if (csu.crti) |path| try parseObjectReportingFailure(self, path); |