[PATCH] D14084: [ELF2] Move sorting from symbol table to the GNU hash section.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 10:35:19 PDT 2015
ikudrin created this revision.
ikudrin added reviewers: rafael, ruiu.
ikudrin added a subscriber: llvm-commits.
ikudrin added a project: lld.
It is the GNU hash table section which should contain its own data and be responsible for imposing its requirements for the order of dynamic symbols.
http://reviews.llvm.org/D14084
Files:
ELF/OutputSections.cpp
ELF/OutputSections.h
ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14084.38432.patch
Type: text/x-patch
Size: 10005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151026/cf08545e/attachment.bin>
More information about the llvm-commits
mailing list