hanchenye-llvm-project/lld/test/mach-o/Inputs
Nick Kledzik 82d24bc932 [mach-o] Add support for -order_file option
The darwin linker lets you rearrange functions and data for better locality
(less paging).  You do this with the -order_file option which supplies a text
file containing one symbol per line.

Implementing this required a small change to LayoutPass to add a custom sorter
hook.

llvm-svn: 221545
2014-11-07 21:01:21 +00:00
..
lib-search-paths/usr
DependencyDump.py [mach-o] Add support for -dependency_info command line option 2014-10-04 00:16:13 +00:00
bar.yaml [mach-o] Add support for upward linking 2014-10-16 19:31:28 +00:00
exported_symbols_list.exp [mach-o] Add support for -exported_symbols_list and -keep_private_externs 2014-08-21 01:59:11 +00:00
full.filelist [mach-o] Support -filelist option in darwin driver 2014-08-15 19:53:41 +00:00
libSystem.yaml [mach-o] Fix stub generation to work for dylibs and bundles 2014-08-13 23:31:07 +00:00
libbar.a Subclass InputGraph to get darwin linker library semantics 2014-10-21 21:14:11 +00:00
libfoo.a [mach-o] Support fat archives 2014-10-08 01:48:10 +00:00
order_file-basic.order [mach-o] Add support for -order_file option 2014-11-07 21:01:21 +00:00
partial.filelist [mach-o] Support -filelist option in darwin driver 2014-08-15 19:53:41 +00:00
use-dylib-install-names.yaml