DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
[oota-llvm.git] / lib / DebugInfo / DWARFDebugAbbrev.cpp
index a11ae3f2908e6ba493c2feb9509eebfaaaa69ae2..6e6c37e309454158568ace3c6b68819db4bba619 100644 (file)
@@ -83,7 +83,7 @@ void DWARFDebugAbbrev::dump(raw_ostream &OS) const {
 
   DWARFAbbreviationDeclarationCollMapConstIter pos;
   for (pos = AbbrevCollMap.begin(); pos != AbbrevCollMap.end(); ++pos) {
-    OS << format("Abbrev table for offset: 0x%8.8x\n", pos->first);
+    OS << format("Abbrev table for offset: 0x%8.8" PRIx64 "\n", pos->first);
     pos->second.dump(OS);
   }
 }