[PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets

Renato Golin renato.golin at linaro.org
Thu Jan 9 08:31:39 PST 2014


Hi Kristof,

Is the TargetLoweringObjectFileELF class being used directly in any way?
Seems like you killed the need for having two...

cheers,
--renato


On 9 January 2014 15:28, Kristof Beyls <kristof.beyls at arm.com> wrote:

> Hi,
>
>
>
> The AArch64 C++ ABI states that .init_array sections should be used for
> static constructors.
>
> The attached patches (one for clang, one for LLVM), make sure that these
> sections get
> produced in an ABI-compliant way, not just for linux platforms, but for
> all ELF-based
> platforms. Could I get a review on these patches?
>
>
>
> Thanks,
>
>
>
> Kristof
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140109/dd72bb55/attachment.html>


More information about the llvm-commits mailing list