[PATCH] D61477: [ELF] -z combreloc: sort dynamic relocations by (symbol_index,r_offset)

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 20:15:12 PDT 2019


MaskRay updated this revision to Diff 200199.
MaskRay retitled this revision from "[ELF] -z combreloc: sort dynamic relocations by (!is_relative,symbol_index,r_offset)" to "[ELF] -z combreloc: sort dynamic relocations by (symbol_index,r_offset)".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: atanasyan, jrtc27.

Sort by (symbol_index,r_offset)


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61477/new/

https://reviews.llvm.org/D61477

Files:
  ELF/SyntheticSections.cpp
  test/ELF/combreloc.s
  test/ELF/combrelocs.s
  test/ELF/i386-got-and-copy.s
  test/ELF/mips-mgot.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61477.200199.patch
Type: text/x-patch
Size: 7181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/239d8dc4/attachment.bin>


More information about the llvm-commits mailing list