summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-08-15 16:42:21 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-08-15 16:42:21 +0000
commite5269439cd4368ed8220254f416cc1d25b6ac5ff (patch)
tree310ff69e11468275512ba54e1ac4fd42c89a0195 /llvm/lib/DebugInfo
parent99d56d291f9cf1dfff3b84696a9ab50e05684780 (diff)
downloadbcm5719-llvm-e5269439cd4368ed8220254f416cc1d25b6ac5ff.tar.gz
bcm5719-llvm-e5269439cd4368ed8220254f416cc1d25b6ac5ff.zip
[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
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/DWARF/DWARFDie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
index 7086535c334..09c004453dd 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
@@ -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);
}
}
OpenPOWER on IntegriCloud