mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
elf: use arena for incremental cache
This commit is contained in:
parent
bd5fc899db
commit
4604577ae1
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user