Fix compile error when building with C++11 - clang thinks that PRIx64 is a user-defin...
authorMarshall Clow <mclow@qualcomm.com>
Mon, 27 Aug 2012 22:53:35 +0000 (22:53 +0000)
committerMarshall Clow <mclow@qualcomm.com>
Mon, 27 Aug 2012 22:53:35 +0000 (22:53 +0000)
commite1630e01dee7f131eda6c1ddac4b6776fa1b31f4
treefcb56943c2191f0a123f775c0d7307356ceae3d7
parent47aa9a2bb521994509d21179b968471531986eed
Fix compile error when building with C++11 - clang thinks that PRIx64 is a user-defined suffix or something

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162704 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFDebugRangeList.cpp