by default stop on undefined section symbol

This commit is contained in:
Nikita Smith
2025-06-25 10:53:23 -07:00
committed by Ryan Fleury
parent c907a10365
commit a6924a22cf
2 changed files with 8 additions and 4 deletions
+1 -2
View File
@@ -37,6 +37,7 @@ typedef enum
LNK_Error_IllegalSectionMerge,
LNK_Error_IllegalRelocation,
LNK_Error_CircularMerge,
LNK_Error_UnresolvedSymbol,
LNK_Error_StopLast,
LNK_Error_First,
@@ -45,8 +46,6 @@ typedef enum
LNK_Error_CvPrecomp,
LNK_Error_Natvis,
LNK_Error_TooManyFiles,
LNK_Error_UndefinedSymbol,
LNK_Error_UnresolvedSymbol,
LNK_Error_UnableToOpenTypeServer,
LNK_Error_UnexpectedCodePath,
LNK_Error_CvIllSymbolData,