Skip to content

Commit

Permalink
[DebugInfo][NFCI]: Removed an exclamation mark from error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
SouraVX committed Feb 20, 2020
1 parent 95a239b commit 84fc123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/llvm-dwp/llvm-dwp.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 84fc123

Please sign in to comment.