[PATCH] Remove ordinals from Input Graph elements.

Rui Ueyama ruiu at google.com
Wed Apr 2 16:57:41 PDT 2014


Note that this change does not change anything with the existing behavior.
These ordinal things are currently set but no one uses it. It's dead code.

File ordinals, which is different from the ordinal of Input Element, are
still there and being used.


On Wed, Apr 2, 2014 at 4:45 PM, Shankar Kalpathi Easwaran <
shankarke at gmail.com> wrote:

>
>   a) This is the only thing that we have to know the position of files
> that appeared in the command line and if there is a need to reorder to
> command line similar to lorder within lld.
>
>   http://www.unix.com/man-page/linux/1/LORDER/ may give you more
> information.
>
>   b) Users can set ordinals and change the command line order if they dont
> want the input element to be placed at that position. I believe MachO had a
> requirement on the InputGraph to move input elements to the end if they are
> libraries.
>
>   If Nick/Michael feel its not needed to do this, then I would be ok to
> remove it.
>
> http://llvm-reviews.chandlerc.com/D3270
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140402/2451338b/attachment.html>


More information about the llvm-commits mailing list