llvm-project/lld/lib
Shankar Easwaran 49408ece47 [Layout] Dont set ordinals to Files by default.
This change removes code in various places which was setting the File Ordinals.
This is because the file ordinals are assigned by the way files are resolved.

There was no other way than making the getNextFileAndOrdinal be set const and
change the _nextOrdinal to mutable.

There are so many places in code, that you would need to cleanup to make
LinkingContext non-const!

llvm-svn: 192280
2013-10-09 07:32:47 +00:00
..
Core [Layout] Dont set ordinals to Files by default. 2013-10-09 07:32:47 +00:00
Driver [Layout] Assign ordinals in Resolution order. 2013-10-09 05:23:23 +00:00
Passes [Core] Fix unstable sort for unordered atoms. 2013-10-03 01:26:48 +00:00
ReaderWriter [Layout] Dont set ordinals to Files by default. 2013-10-09 07:32:47 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00