[llvm-commits] Fix constructor order on ARM/ELF
Chad Rosier
mcrosier at apple.com
Tue Nov 29 10:43:03 PST 2011
Right list, bad timing. Much of the list has been on vacation for the past week. Hopefully, someone can get to this sooner then later.
Chad
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
More information about the llvm-commits
mailing list