[PATCH] D103495: [static initializers] Emit global_ctors and global_dtors in reverse order when init_array is not used.

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 9 14:51:51 PDT 2021


wolfgangp added a comment.

In D103495#2808247 <https://reviews.llvm.org/D103495#2808247>, @rnk wrote:

> So, a question for @wolfgangp and @probinson , do we need to make adjustments to the LTO library, or is this OK as is?

We never guaranteed our licensees any particular initialization order (between modules), so after checking with my team members I think this is OK as is.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103495/new/

https://reviews.llvm.org/D103495



More information about the llvm-commits mailing list