[llvm-dwarfdump] - Attemp to fix BB after r310915.

Now MIPS one is unhappy:
http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/2221

llvm-svn: 310928
This commit is contained in:
George Rimar 2017-08-15 16:42:21 +00:00
parent 99d56d291f
commit e5269439cd
1 changed files with 1 additions and 1 deletions

View 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);
}
}