llvm-project/lld/lib
Tim Northover 1565e56785 [mach-o]: make sure custom sort method is irreflexive.
The previous function returned true for "s < s", which could completely mess up
the sorting of symbols within a section.

Unfortunately, I don't think there's a robust way to write a test for this.
Anything I come up with will be making assumptions about the particular
implementation of std::sort.

llvm-svn: 211704
2014-06-25 15:12:55 +00:00
..
Core [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Driver MachO: rename _outputFileType to avoid shadowing parent field. 2014-06-20 15:59:00 +00:00
Passes Don't import error_code into the lld namespace. 2014-06-12 14:53:47 +00:00
ReaderWriter [mach-o]: make sure custom sort method is irreflexive. 2014-06-25 15:12:55 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00