1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include
Lang Hames 503d3817ed [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
2018-10-31 05:16:14 +00:00
..
llvm [ORC] Fix hex printing of uint64_t values. 2018-10-31 05:16:14 +00:00
llvm-c [LLVM-C] Add Builder Bindings to Common Memory Intrinsics 2018-10-29 15:31:40 +00:00