hanchenye-llvm-project/lld/lib/ReaderWriter
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
..
ELF [ELF] Add two new virtual functions to the `OutputELFWriter` class to control 2014-06-25 07:55:55 +00:00
MachO [mach-o]: make sure custom sort method is irreflexive. 2014-06-25 15:12:55 +00:00
Native include system_error directly. 2014-06-12 17:15:58 +00:00
PECOFF Update for llvm api change. 2014-06-23 22:29:12 +00:00
YAML Update for llvm api change. 2014-06-13 17:20:48 +00:00
CMakeLists.txt
CoreLinkingContext.cpp Move Simple.h and Alias.h to include/Core. 2014-06-11 21:47:51 +00:00
FileArchive.cpp Update for llvm api change. 2014-06-24 13:57:13 +00:00
LinkerScript.cpp
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Reader.cpp [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Writer.cpp