mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[lld] Address post-commit review of r335848
llvm-svn: 335985
This commit is contained in:
@@ -189,7 +189,7 @@ void SymbolTable::reportRemainingUndefines() {
|
||||
}
|
||||
|
||||
for (ObjFile *File : ObjFile::Instances) {
|
||||
size_t SymIndex = size_t{0} - 1;
|
||||
size_t SymIndex = (size_t)-1;
|
||||
for (Symbol *Sym : File->getSymbols()) {
|
||||
++SymIndex;
|
||||
if (!Sym)
|
||||
|
||||
Reference in New Issue
Block a user