[patch] Replace -use-init-array with -use-ctors

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Aug 28 17:37:23 PDT 2014


We have been using .init-array for most systems for quiet some time,
but tools like llc are still defaulting to .ctors because the old
option was never changed.

This patch makes llc default to .init-array and changes the option to
be -use-ctors.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 3263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140828/99467401/attachment.bin>


More information about the llvm-commits mailing list