Add a space to the end of the line so we don't get "itsbounds" in output.
authorEric Christopher <echristo@gmail.com>
Fri, 4 Jan 2013 18:30:36 +0000 (18:30 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 4 Jan 2013 18:30:36 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171487 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFCompileUnit.cpp

index 50267234170f30a96422724bdfd7526342674ed9..e3e4ccd7d9e10cb3c4dec7f5b5ac2018056c3c61 100644 (file)
@@ -208,7 +208,7 @@ size_t DWARFCompileUnit::extractDIEsIfNeeded(bool cu_die_only) {
   // should always terminate at or before the start of the next compilation
   // unit header).
   if (offset > next_cu_offset)
-    fprintf(stderr, "warning: DWARF compile unit extends beyond its"
+    fprintf(stderr, "warning: DWARF compile unit extends beyond its "
                     "bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), offset);
 
   setDIERelations();