diff --git a/llvm/tools/llvm-dwp/llvm-dwp.cpp b/llvm/tools/llvm-dwp/llvm-dwp.cpp index f437063d19210e..4eff8476d61f51 100644 --- a/llvm/tools/llvm-dwp/llvm-dwp.cpp +++ b/llvm/tools/llvm-dwp/llvm-dwp.cpp @@ -155,7 +155,7 @@ static Expected getCUIdentifiers(StringRef Abbrev, return make_error( 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);