Print uint64_t -debug text correctly on 32-bit hosts
authorTim Northover <t.p.northover@gmail.com>
Sun, 19 May 2013 09:55:06 +0000 (09:55 +0000)
committerTim Northover <t.p.northover@gmail.com>
Sun, 19 May 2013 09:55:06 +0000 (09:55 +0000)
commita73a6141cac0091a2121fcbf55b78d232680317c
tree09a6834c8bd01ef0a3437fc530c22e7d039cfbc5
parent6d65f333a3079ea4be74e73ea1f68ab0897fec77
Print uint64_t -debug text correctly on 32-bit hosts

On 32-bit hosts %p can print garbage when given a uint64_t, we should
use %llx instead. This only affects the output of the debugging text
produced by lli.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182209 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/lli.cpp