[PATCH] D24611: [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 07:18:04 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.

This is PR30386,

SORT_BY_INIT_PRIORITY is a keyword can be used to sort sections by numerical value of the
 GCC init_priority attribute encoded in the section name.

https://reviews.llvm.org/D24611

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.cpp
  ELF/Strings.cpp
  ELF/Strings.h
  test/ELF/linkerscript/sort-init.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24611.71502.patch
Type: text/x-patch
Size: 4064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160915/8ed4baba/attachment.bin>


More information about the llvm-commits mailing list