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

Duncan Sands baldrick at free.fr
Tue Nov 29 12:19:26 PST 2011


Hi Evgeniy, can you please resend the patch because I seem to have mislaid
that email.

Thanks, Duncan.

> On Nov 29, 2011, at 3:41 AM, Evgeniy Stepanov wrote:
>
>> 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.
>>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list