[PATCH] D26130: [ELF] - Implemented --symbol-ordering-file option.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 17:51:49 PST 2016


Until now, I was thinking that --symbol-ordering-file is a feature that
ld.gold has, but looks like ld.gold doesn't have one. gold has
--section-ordering-file instead. Where does this --symbol-ordering-file
feature come from?

On Thu, Nov 10, 2016 at 7:22 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > May be restrict sorting to some areas of visibility.
> > Like for your example we take all inputs matching *.bar, sort them,
> > then handle xyz, then take all *zed and sort them.
> >
> > So job of script is not interrupted and symbol-ordering-file works just
> > a kind of SORT() command.
>
> That is an interesting idea, I think it should work. I would still
> suggest waiting until there is an actual request for it.
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161118/2e38ee0b/attachment.html>


More information about the llvm-commits mailing list