[ORC] Fix hex printing of uint64_t values.
A plain "%x" format string will drop the high 32-bits. Use the PRIx64 macro instead. llvm-svn: 345696
Loading
Please sign in to comment
A plain "%x" format string will drop the high 32-bits. Use the PRIx64 macro instead. llvm-svn: 345696