mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Fix error messages.
llvm-svn: 320772
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user