[PATCH] D127233: [CodeGen] Sort llvm.global_ctors by lexical order before emission

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 10:09:55 PDT 2022


rjmccall added a comment.

There's no compiler interoperation problem here; it's just a semantic concern that someone could've been relying on the old behavior.  The new behavior is (AIUI) clearly required by the language standard, and I don't think we want to get into the business of providing "do the old buggy thing" flags for everything we fix like this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127233



More information about the cfe-commits mailing list