[PATCH] D48247: lld: add experimental support for SHT_RELR sections.

Rahul Chaudhry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 16:19:02 PDT 2018


rahulchaudhry updated this revision to Diff 152987.
rahulchaudhry marked 10 inline comments as done.
rahulchaudhry added a comment.

Relr is now defined directly as packed<uint>.
Added comment describing the SHT_RELR encoding.
Moved the logic for adding a relr relocation to Relocations.cpp.
RelocationBaseSection::addReloc is no longer a virtual function.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48247

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/LinkerScript.cpp
  ELF/Options.td
  ELF/Relocations.cpp
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp
  test/ELF/pack-dyn-relocs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48247.152987.patch
Type: text/x-patch
Size: 30824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180626/2e400ace/attachment.bin>


More information about the llvm-commits mailing list