hanchenye-llvm-project/lld
Pete Cooper d0de3683ec ExportTrie nodes need to be visisted in order.
The export trie was being emitted in the order the nodes were
added to the vector, but instead needs to be visited in the order
that the nodes are traversed.  This matches the behaviour of ld64.

llvm-svn: 277869
2016-08-05 21:37:12 +00:00
..
COFF COFF ARM: Apply an existing offset in MOV32T relocations 2016-08-05 18:20:31 +00:00
ELF Simplify. NFC. 2016-08-05 01:25:45 +00:00
cmake/modules
docs fix warning when generating sphinx doc. 2016-07-21 02:27:05 +00:00
include/lld [MachO/Core] Remove (now) unused static member function. NFCI. 2016-08-04 19:49:11 +00:00
lib ExportTrie nodes need to be visisted in order. 2016-08-05 21:37:12 +00:00
test ExportTrie nodes need to be visisted in order. 2016-08-05 21:37:12 +00:00
tools/lld Update error message to use "ld.lld" instead of "lld -flavor gnu". 2016-07-14 17:57:33 +00:00
unittests
.arcconfig Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
README.md

README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.