We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7937fe1 commit cfc10beCopy full SHA for cfc10be
lld/ELF/SymbolTable.cpp
@@ -337,7 +337,7 @@ void SymbolTable::scanVersionScript() {
337
globalAsteriskFound = !isLocal;
338
}
339
340
- assignWildcard(pat, isLocal ? VER_NDX_LOCAL : ver->id, ver->name);
+ assignWildcard(pat, isLocal ? (uint16_t)VER_NDX_LOCAL : ver->id, ver->name);
341
};
342
for (VersionDefinition &v : llvm::reverse(ctx.arg.versionDefinitions)) {
343
for (SymbolVersion &pat : v.nonLocalPatterns)
0 commit comments