factor out section sort index into contribution chunk and simplify

contribution sorting
This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent f64265aafe
commit 15836572f4
5 changed files with 237 additions and 233 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ typedef struct LNK_Obj
String8 data;
String8 path;
String8 lib_path;
U64 input_idx;
U32 input_idx;
COFF_FileHeaderInfo header;
U32 *comdats;
} LNK_Obj;