[PATCH] D77580: [llvm-objdump] Fix incomplete relocation output for -D -r mode
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 00:30:47 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/MachO/Inputs/relocs-data-macho-x86_64.yaml:3
+# extern char s[];
+# void *p = s + 0x60606060606060;
+
----------------
The existing problem with obj2yaml's Mach-O port is that the output is too verbose.
Can you check whether some fields can be deleted and reduce the YAML as much as possible?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77580/new/
https://reviews.llvm.org/D77580
More information about the llvm-commits
mailing list