[DebugInfo][NFCI]: Removed an exclamation mark from error message.
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Thu, 20 Feb 2020 01:55:40 +0000 (07:25 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Thu, 20 Feb 2020 02:19:08 +0000 (07:49 +0530)
llvm/tools/llvm-dwp/llvm-dwp.cpp

index f437063..4eff847 100644 (file)
@@ -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);