[PATCH] D77580: [llvm-objdump] Fix incomplete relocation output for -D -r mode

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 07:34:57 PDT 2020


jasonliu added a comment.

@MaskRay 
I was trying to remove some fields, but I will get " truncated or malformed object" error from "llvm-objdump -D -r" command for those objects.
I suspect after removing some fields, I will need to edit other fields in order for every offset/length to add up correctly. 
So I kept the yaml file as it is.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77580/new/

https://reviews.llvm.org/D77580





More information about the llvm-commits mailing list