[PATCH] D47493: [llvm-objdump] Add -R option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 29 12:48:37 PDT 2018
paulsemel added a comment.
This is absolutely not finished. I kind of works for ELF files (tho it prints every relocations, not only dynamic ones).
I don't know much about other binary file types, I will probably need to dig more on this (and maybe some help if possible).
Repository:
rL LLVM
https://reviews.llvm.org/D47493
More information about the llvm-commits
mailing list