forked from OSchip/llvm-project
[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:
parent
99d56d291f
commit
e5269439cd
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue