Files
clang-p2996/lld/lib
Nick Kledzik 141330aef6 [mach-o] Add support for using export tries
On Darwin at runtime, dyld will prefer to use the export trie of a dylib instead
of the traditional symbol table (which is large and requires a binary search).

This change enables the linker to generate an export trie and to prefer it if
found in a dylib being linked against.  This also simples the yaml for dylibs
because the yaml form of the trie can be reduced to just a sequence of names.

llvm-svn: 217066
2014-09-03 19:52:50 +00:00
..
2014-08-22 02:00:58 +00:00
2014-08-25 22:23:34 +00:00
2014-07-25 19:46:31 +00:00
2014-06-04 09:54:07 +00:00