[PATCH] D17120: ELF: Implement the correct semantics of .[cd]tors.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 18:59:45 PST 2016


ruiu created this revision.
ruiu added a reviewer: silvas.
ruiu added a subscriber: llvm-commits.

As I noted in the comment, the sorting order of .[cd]tors are
different from .{init,fini}_array's.

http://reviews.llvm.org/D17120

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/ELF/ctors_dtors_priority.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17120.47577.patch
Type: text/x-patch
Size: 5550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160211/72ad80da/attachment.bin>


More information about the llvm-commits mailing list