]> granicus.if.org Git - llvm/commitdiff
[llvm-dwarfdump] - Attemp to fix BB after r310915.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 15 Aug 2017 16:42:21 +0000 (16:42 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 15 Aug 2017 16:42:21 +0000 (16:42 +0000)
Now MIPS one is unhappy:
http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/2221

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310928 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARF/DWARFDie.cpp

index 7086535c33487e1122d1503e8062d1d824aaeb36..09c004453dd660d45bbe0fd84c64163ec952c67e 100644 (file)
@@ -77,7 +77,7 @@ static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS,
 
     // Print section index if name is not unique.
     if (!SectionNames[R.SectionIndex].IsNameUnique)
-      OS << format(" [%u]", R.SectionIndex);
+      OS << format(" [%" PRIu64 "]", R.SectionIndex);
   }
 }