elf: use arena for incremental cache

This commit is contained in:
Jakub Konka 2024-09-28 07:37:55 +02:00 committed by Andrew Kelley
parent bd5fc899db
commit 4604577ae1

View File

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