]> granicus.if.org Git - clang/commit
Use the ugly PRIx64 macro to make format string portable.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 22 Apr 2013 16:10:38 +0000 (16:10 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 22 Apr 2013 16:10:38 +0000 (16:10 +0000)
commit23bde7df2cb1fc7029a6338bd109c078d09d13c2
treefe6fa8b988672a7cd797372492ee93ff12ca6dbf
parenta10b97898ee6339c3110e6ca33f178ff52f05238
Use the ugly PRIx64 macro to make format string portable.

This is debugging code so functionality isn't a concern, but mingw32 warns
because it doesn't understand the %llx format specifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180024 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp