llvm-project/lld/lib/Driver
Joerg Sonnenberger bd25241e0e Drop the context forceLoadAllArchives() support. Rename the isForceLoad
attribute in LinkerInput to isWholeArchive and use that for deciding
whether library archives should be expanded. Implement the -all_load
option of the Darwin linker using this flag and drop the support for it
in GNU mode.

llvm-svn: 190275
2013-09-08 13:30:14 +00:00
..
CMakeLists.txt Rename *Options.td -> <flavor>Options.td. 2013-09-04 00:24:35 +00:00
CoreDriver.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinLdDriver.cpp Drop the context forceLoadAllArchives() support. Rename the isForceLoad 2013-09-08 13:30:14 +00:00
DarwinLdOptions.td Rename *Options.td -> <flavor>Options.td. 2013-09-04 00:24:35 +00:00
Driver.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
GnuLdDriver.cpp Drop the context forceLoadAllArchives() support. Rename the isForceLoad 2013-09-08 13:30:14 +00:00
GnuLdOptions.td Drop the context forceLoadAllArchives() support. Rename the isForceLoad 2013-09-08 13:30:14 +00:00
InputGraph.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
UniversalDriver.cpp Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to stderr." 2013-07-15 23:55:07 +00:00
WinLinkDriver.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
WinLinkOptions.td [PECOFF] Add /machine command line option. 2013-09-06 04:17:07 +00:00