move linker input file parsing to the compilation pipeline

This commit is contained in:
Andrew Kelley
2024-10-18 00:23:35 -07:00
parent 2dcfa72376
commit 5ca54036ca
12 changed files with 510 additions and 433 deletions

View File

@@ -522,6 +522,7 @@ set(ZIG_STAGE2_SOURCES
src/Sema.zig
src/Sema/bitcast.zig
src/Sema/comptime_ptr_access.zig
src/ThreadSafeQueue.zig
src/Type.zig
src/Value.zig
src/Zcu.zig