move weak symbol replacer to the symbol table layer

This commit is contained in:
Nikita Smith
2025-09-05 15:19:30 -07:00
committed by Ryan Fleury
parent 8d75497bba
commit 43e81b934b
4 changed files with 131 additions and 114 deletions
-6
View File
@@ -154,12 +154,6 @@ typedef struct LNK_BaseRelocPageArray
// --- Workers Contexts --------------------------------------------------------
typedef struct
{
LNK_SymbolTable *symtab;
LNK_SymbolHashTrieChunk **chunks;
} LNK_ReplaceWeakSymbolsWithDefaultSymbolTask;
typedef struct
{
LNK_SymbolTable *symtab;