mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[DebugInfo][NFCI]: Removed an exclamation mark from error message.
This commit is contained in:
parent
9e850ddd9b
commit
d56dedce6a
@ -155,7 +155,7 @@ static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev,
|
||||
return make_error<DWPError>(
|
||||
std::string("unit type DW_UT_split_compile type not found in "
|
||||
"debug_info header. Unexpected unit type 0x" +
|
||||
utostr(UnitType) + " found!"));
|
||||
utostr(UnitType) + " found"));
|
||||
}
|
||||
InfoData.getU32(&Offset); // Abbrev offset (should be zero)
|
||||
uint8_t AddrSize = InfoData.getU8(&Offset);
|
||||
|
Loading…
Reference in New Issue
Block a user