rnk added a comment.

In D103495#2794870 <https://reviews.llvm.org/D103495#2794870>, @wolfgangp wrote:

> For PS4, we use the .ctors scheme, and so the initialization order was 
> suddenly reversed, which was not noticed for a while until the user had a  
> dependency on the previous initialization. And using init_array or not has 
> currently no effect on the order of emission of global_ctors.

Exactly, that's my suggestion: if fno-use-init-array is set, emit global_ctors 
into the .ctors section in reverse order. That way -fno-use-init-array doesn't 
reverse the order of initialization *inside* a given LLVM module, even if it 
reverses the order in which *modules* are initialized.


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

https://reviews.llvm.org/D103495

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to