[PATCH] D13911: [ELF2] Determine the order of entries of symbol tables in the finalize() phase.

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 12:42:36 PDT 2015


ikudrin created this revision.
ikudrin added reviewers: rafael, ruiu.
ikudrin added a subscriber: llvm-commits.
ikudrin added a project: lld.

* Move the responsibility to call SymbolBody::setDynamicSymbolTableIndex() from hash table to dynamic symbol table.
* Hash table is not longer responsible for filling dynamic symbol table.
* The final order of symbols of both symbol tables is set before writing phase starts.

http://reviews.llvm.org/D13911

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13911.37911.patch
Type: text/x-patch
Size: 6118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151020/d96472b0/attachment.bin>


More information about the llvm-commits mailing list