Change the format type of Dyn.SONameOffset to PRIx64 since it is a uint64_t.
The problem was detected on mips builds, where it was printing junk values and causing test failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D57676
[elfabi] Fix the type of the variable formated for error output mstojanovic on Feb 4 2019, 2:22 AM. Authored by
Details Change the format type of Dyn.SONameOffset to PRIx64 since it is a uint64_t.
Diff Detail
|