Fix error messages.

llvm-svn: 320772
This commit is contained in:
Rui Ueyama
2017-12-15 00:07:15 +00:00
parent 44298f26b6
commit 29ceba7961
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ InputSegment *ObjFile::getSegment(const WasmSymbol &WasmSym) {
return Segment;
}
}
error("Symbol not found in any segment: " + WasmSym.Name);
error("symbol not found in any segment: " + WasmSym.Name);
return nullptr;
}