[PATCH] D35509: Covnert .[cd]tors to .{init, fini}_array using synthetic section.

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 05:13:18 PDT 2017


joerg added a comment.

Warning for .ctor/.dtor use would IMO be completely bogus. They can easily be translated and they are kind of the LCD for "portable" assembler, i.e. much less problematic to deal with than plain .init/.fini segments.


https://reviews.llvm.org/D35509





More information about the llvm-commits mailing list