llvm-project/lld/lib/Driver
Rui Ueyama 8de2250ae9 [PECOFF] Fix /debug option.
/DEBUG option is to make the linker to emit debug information to the resulting
executable. It's not for enable debugging of the linker itself.

llvm-svn: 196040
2013-12-01 06:25:30 +00:00
..
CMakeLists.txt [Gnu] Move code from .h to .cpp. 2013-11-24 22:29:19 +00:00
CoreDriver.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinLdDriver.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00
DarwinLdOptions.td Support darwin linker options: 2013-09-10 23:55:14 +00:00
Driver.cpp [InputGraph] Add capability to process Hidden nodes. 2013-11-22 23:19:53 +00:00
GnuLdDriver.cpp [Gnu] Set the defaults in the ELFLinkingContext. 2013-11-25 04:28:57 +00:00
GnuLdInputGraph.cpp [Gnu] -L paths is not positional. 2013-11-25 03:55:34 +00:00
GnuLdOptions.td [ELF] Add alias options for start-group/end-group options. 2013-10-11 17:59:47 +00:00
UniversalDriver.cpp [Driver] Change UniversalDriver to use TD file. 2013-10-24 04:23:02 +00:00
UniversalDriverOptions.td [Driver] Change UniversalDriver to use TD file. 2013-10-24 04:23:02 +00:00
WinLinkDriver.cpp [PECOFF] Fix /debug option. 2013-12-01 06:25:30 +00:00
WinLinkInputGraph.cpp Fix file header comment. 2013-11-21 23:54:13 +00:00
WinLinkOptions.td [PECOFF] Do not set the entry address if /noentry option is given. 2013-11-22 22:52:15 +00:00