hanchenye-llvm-project/lld/test/Driver
Rui Ueyama b0e3b66fa5 Remove ordinals from Input Graph elements.
An ordinal is set to each child of Input Graph, but no one actually
uses it. The only piece of code that gets ordinaly values is
sortInputElements in InputGraph.cpp, but it does not actually do
anything -- we assign ordinals in increasing order just before
calling sort, so when sort is called it's already sorted. It's no-op.
We can simply remove it. No functionality change.

Differential Revision: http://llvm-reviews.chandlerc.com/D3270

llvm-svn: 205501
2014-04-03 02:21:44 +00:00
..
Inputs/usr/lib Add default search path if -nostdlib is not provided. 2014-01-02 19:18:36 +00:00
lib-search.test Add default search path if -nostdlib is not provided. 2014-01-02 19:18:36 +00:00
libsearch-inputGraph.test Remove ordinals from Input Graph elements. 2014-04-03 02:21:44 +00:00
trivial-driver.test [lld][LinkingContext][ELF] Allow different output file types. 2013-09-23 04:24:15 +00:00
undef-basic.objtxt Fix trailing whitespace. 2014-01-27 03:09:26 +00:00