[PATCH] D26669: [ELF] Convert RelocationSection to input section.

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 07:06:10 PST 2016


evgeny777 created this revision.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.

Other changes:

- Implementation of OutputSection<ELFT>::finalize was refactored in order to work correctly with RelaPlt and RelaDyn input sections. This finalizer doesn't makes sense only when producing relocatable output. For non-relocatable links all it does is clearing SHF_LINK_ORDER flag.


Repository:
  rL LLVM

https://reviews.llvm.org/D26669

Files:
  ELF/InputSection.cpp
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Relocations.cpp
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26669.77994.patch
Type: text/x-patch
Size: 27313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161115/20749aba/attachment.bin>


More information about the llvm-commits mailing list