[cfe-commits] [PATCH] Enable UseInitArray for Android X86/MIPS

Logan Chien tzuhsiang.chien at gmail.com
Thu Nov 15 07:46:26 PST 2012


According to ARM aapcs (or eabi), we should emit .init_array and
.fini_array as well.  This is the default behavior for a while[1].
Besides, -fuse-init-array will only affect the behavior of x86 and MIPS
backend.  Thus, I believe it won't be a problem.

Logan

--
[1] If you are interested in .init_array related commits, please have a
look on r98068, r158692 and r163193.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121115/859b99fa/attachment.html>


More information about the cfe-commits mailing list