llvm-project/lld/lib/Driver
Simon Atanasyan 04da06ccee [ELF] Make -init/-fini options compatible with the gnu linker
The LLD linker searches initializer and finalizer function names
and emits DT_INIT/DT_FINI dynamic table tags to point to these symbols.
The -init/-fini command line options override initializer ("_init") and
finalizer ("_fini") function names used by default.

Now the -init/-fini options do not affect .init_array/.fini_array
sections. The corresponding code has been removed.

Differential Revision: http://reviews.llvm.org/D6578

llvm-svn: 223917
2014-12-10 05:38:46 +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
CoreDriver.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinInputGraph.cpp Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
DarwinLdDriver.cpp Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
DarwinLdOptions.td [mach-o] Add support for -order_file option 2014-11-07 21:01:21 +00:00
Driver.cpp Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
GnuLdDriver.cpp [ELF] Make -init/-fini options compatible with the gnu linker 2014-12-10 05:38:46 +00:00
GnuLdInputGraph.cpp Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
GnuLdOptions.td [Gnu] Support --image-base option 2014-11-10 14:55:21 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
TODO.rst [TODO] revisit features TODO in the driver 2014-04-02 05:45:52 +00:00
UniversalDriver.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
UniversalDriverOptions.td Add support to print version. 2014-10-08 03:47:51 +00:00
WinLinkDriver.cpp Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
WinLinkInputGraph.cpp Don't import error_code into the lld namespace. 2014-06-12 14:53:47 +00:00
WinLinkModuleDef.cpp [PECOFF] Fix exported symbol in the import library 2014-10-21 21:41:28 +00:00
WinLinkOptions.td [PECOFF] Ignore /maxilkfile option. 2014-11-25 19:51:28 +00:00