hanchenye-llvm-project/lld/test
Rui Ueyama 2343e65b14 [PECOFF] Sort export table properly.
Export table entries need to be sorted in ASCII-betical order,
so that the loader can find an entry for a function by binary search.

We sorted the entries by its mangled names. That can be different
from their exported names. As a result, LLD produces incorrect export
table, from which the loader complains that a function that actually
exists in a DLL cannot be found.

This patch fixes that issue.

llvm-svn: 222452
2014-11-20 21:05:05 +00:00
..
Driver Make -core/-flavor options have higher priority than linker name 2014-09-23 18:09:38 +00:00
LinkerScript [lld] Teach LLD how to parse most linker scripts 2014-11-03 04:09:51 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core [ELF] Add CodeModel attribute to the DefinedAtom class 2014-11-13 07:03:41 +00:00
darwin [mach-o] refactor KindHandler into ArchHandler and simplify passes. 2014-07-16 19:49:02 +00:00
elf Revert "[ELF] Fix creation of segments." 2014-11-19 05:53:13 +00:00
mach-o [mach-o] propagate dylib version numbers 2014-11-19 02:21:53 +00:00
pecoff [PECOFF] Sort export table properly. 2014-11-20 21:05:05 +00:00
CMakeLists.txt Update compile target dependency. 2014-10-28 06:30:34 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
lit.cfg Add FreeBSD to system-linker-elf case 2014-09-12 13:16:30 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00