forked from OSchip/llvm-project
04da06ccee
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CoreDriver.cpp | ||
CoreOptions.td | ||
DarwinInputGraph.cpp | ||
DarwinLdDriver.cpp | ||
DarwinLdOptions.td | ||
Driver.cpp | ||
GnuLdDriver.cpp | ||
GnuLdInputGraph.cpp | ||
GnuLdOptions.td | ||
Makefile | ||
TODO.rst | ||
UniversalDriver.cpp | ||
UniversalDriverOptions.td | ||
WinLinkDriver.cpp | ||
WinLinkInputGraph.cpp | ||
WinLinkModuleDef.cpp | ||
WinLinkOptions.td |