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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 23:31:07 PDT 2019


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

Recently I started thinking of adding a "greasing" mechanism to the linker output. Modern network protocols such as QUIC adds some randomness (such as adding an unsupported extension chunk to a packet to make sure that an unsupported chunk is just skipped by the peer), so that the specification doesn't stick to a specific implementation. That technique is called greasing. It might be interesting to use the same technique for the linker output, to make sure that the consumer side works as required by the spec.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D61477





More information about the llvm-commits mailing list