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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 07:22:49 PST 2016


> 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


More information about the llvm-commits mailing list