[PATCH] D57006: [llvm-objcopy] [COFF] Update symbol indices in weak externals

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 02:04:08 PST 2019


mstorsjo created this revision.
mstorsjo added reviewers: jhenderson, alexshap, jakehehrlich, rupprecht, rnk.

This is, as far as I know, the only other aux symbol whose contents we need to update based on how llvm-objcopy rewrites the files. (We already handle coff_aux_section_definition.)


Repository:
  rL LLVM

https://reviews.llvm.org/D57006

Files:
  test/tools/llvm-objcopy/COFF/weak-external.test
  tools/llvm-objcopy/COFF/Object.h
  tools/llvm-objcopy/COFF/Reader.cpp
  tools/llvm-objcopy/COFF/Reader.h
  tools/llvm-objcopy/COFF/Writer.cpp
  tools/llvm-objcopy/COFF/Writer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57006.182758.patch
Type: text/x-patch
Size: 7576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190121/7700c34a/attachment.bin>


More information about the llvm-commits mailing list