Fix a C++11 UDL conflict.

Still not fixed in the standard ;)

llvm-svn: 154044
This commit is contained in:
Benjamin Kramer 2012-04-04 20:33:56 +00:00
parent b8a54482b3
commit 379018b2da
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ DWARFFormValue::dump(raw_ostream &OS, const DWARFCompileUnit *cu) const {
}
if (cu_relative_offset)
OS << format(" => {0x%8.8"PRIx64"}", (uvalue + (cu ? cu->getOffset() : 0)));
OS << format(" => {0x%8.8" PRIx64 "}", uvalue + (cu ? cu->getOffset() : 0));
}
const char*