Change the format type of Value to PRIu64 since it is a uint64_t.
The problem was detected on mips boards building 32-bit binaries, where it was printing junk values and causing test failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM