[llvm-commits] Fix constructor order on ARM/ELF

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Nov 29 03:41:31 PST 2011


Ping. Wrong ML?

On Thu, Nov 24, 2011 at 4:46 PM, Evgeniy Stepanov
<eugeni.stepanov at gmail.com> wrote:
> This patch fixes PR11322. Current LLVM executes module constructors in
> reverse priority order because of a mix-up between .ctors and
> .init_array semantics.
> It also does a little bit of refactoring by moving StructorOutputOrder
> field from MCAsmInfo to MCObjectFileInfo so that it can depend on the
> ABI.
>
> Please review.
>



More information about the llvm-commits mailing list