[PATCH] D56140: [llvm-readobj] [COFF] Print the symbol index for relocations

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 28 14:17:44 PST 2018


mstorsjo created this revision.
mstorsjo added reviewers: rnk, pcc, zturner, ruiu.
Herald added a subscriber: arphaman.

There can be multiple local symbols with the same name (for e.g. comdat sections), and thus the symbol name itself isn't enough to disambiguate symbols.


Repository:
  rL LLVM

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.179663.patch
Type: text/x-patch
Size: 6093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181228/c35b42c5/attachment.bin>


More information about the llvm-commits mailing list