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

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Dec 1 02:43:21 PST 2011


Sure, here it is.

On Wed, Nov 30, 2011 at 12:19 AM, Duncan Sands <baldrick at free.fr> wrote:
> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.patch
Type: text/x-patch
Size: 7033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111201/2750875f/attachment.bin>


More information about the llvm-commits mailing list