[PATCH] D75527: [yaml2obj] - Add `ELFYAML::YAMLInt` to fix how we parse a relocation `Addend` key.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 06:35:44 PST 2020
grimar added a comment.
I am not strongly against the idea to print them as unsigned hex numbers, but FTR:
In D75527#1907129 <https://reviews.llvm.org/D75527#1907129>, @jhenderson wrote:
> I think obj2yaml should print as unsigned hex numbers, since that is what is displayed by tools such as llvm-readelf.
But not GNU readelf. See "FIXME" in D75671 <https://reviews.llvm.org/D75671>: llvm-readelf -r displays decimal addends.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75527/new/
https://reviews.llvm.org/D75527
More information about the llvm-commits
mailing list