[PATCH] D68575: implement parsing overflow section

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 06:59:05 PDT 2019


DiggerLin created this revision.
DiggerLin added reviewers: sfertile, hubert.reinterpretcast, jasonliu.
Herald added subscribers: llvm-commits, seiya, rupprecht.
Herald added a project: LLVM.

in the xcoff, if the number of  relocation entries or line number entries is overflow(large than or equal 65535) , there will be overflow section for it.  The interpret of overflow section is different with generic section header, the patch implement parsing the overflow section.


Repository:
  rL LLVM

https://reviews.llvm.org/D68575

Files:
  llvm/test/tools/llvm-readobj/Inputs/xcoff-reloc-overflow.o
  llvm/test/tools/llvm-readobj/xcoff-overflow-section.test
  llvm/tools/llvm-readobj/XCOFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68575.223570.patch
Type: text/x-patch
Size: 5927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/620da086/attachment.bin>


More information about the llvm-commits mailing list