llvm-6502/tools/lli
Tim Northover a73a6141ca 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
2013-05-19 09:55:06 +00:00
..
CMakeLists.txt
lli.cpp Print uint64_t -debug text correctly on 32-bit hosts 2013-05-19 09:55:06 +00:00
LLVMBuild.txt
Makefile
RecordingMemoryManager.cpp
RecordingMemoryManager.h Minor changes to the MCJITTest unittests to use the correct API for finalizing 2013-05-17 10:01:46 +00:00
RemoteTarget.cpp
RemoteTarget.h