[PATCH] D56140: [llvm-readobj] [COFF] Print the symbol index for relocations
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 30 04:55:41 PST 2018
mstorsjo updated this revision to Diff 179726.
mstorsjo added a comment.
Removed the extra member from COFFSymbol, added a method to COFFObjectFile for calculating it instead.
The question about printing hex vs decimal is still open for opinions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56140/new/
https://reviews.llvm.org/D56140
Files:
include/llvm/Object/COFF.h
lib/Object/COFFObjectFile.cpp
test/MC/COFF/cross-section-relative.s
test/Object/yaml2obj-readobj.test
test/tools/llvm-readobj/relocations.test
tools/llvm-readobj/COFFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56140.179726.patch
Type: text/x-patch
Size: 5048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181230/6f1d3fbe/attachment-0001.bin>
More information about the llvm-commits
mailing list