llvm-project/lld/lib/Passes
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
..
CMakeLists.txt [CMake] lld: Introduce ${cmake_2_8_12_INTERFACE} onto each target_link_libraries. [PR20254] 2014-10-17 00:37:49 +00:00
LayoutPass.cpp [mach-o] Add support for -order_file option 2014-11-07 21:01:21 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
RoundTripNativePass.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
RoundTripYAMLPass.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00