hanchenye-llvm-project/lld/lib
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
..
Config Simplify string operations. NFC. 2016-03-03 00:51:23 +00:00
Core [MachO/Core] Remove (now) unused static member function. NFCI. 2016-08-04 19:49:11 +00:00
Driver [MachO] Factor out some common code in the Driver. 2016-08-04 19:56:26 +00:00
ReaderWriter ExportTrie nodes need to be visisted in order. 2016-08-05 21:37:12 +00:00
CMakeLists.txt