clang build fixes

This commit is contained in:
Nikita Smith
2024-12-06 12:05:44 -08:00
parent e73ce59945
commit 6cf42338ba
8 changed files with 8 additions and 6 deletions
+1
View File
@@ -4295,6 +4295,7 @@ lnk_string_from_input_source(LNK_InputSourceType input_source)
case LNK_InputSource_CmdLine: result = str8_lit("CmdLine"); break;
case LNK_InputSource_Default: result = str8_lit("Default"); break;
case LNK_InputSource_Obj: result = str8_lit("Obj"); break;
default: InvalidPath;
}
return result;
}