hanchenye-llvm-project/lld/lib/Core
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 TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
DefinedAtom.cpp [lld][ELF] Differentiate between Note sections(RW/RO) 2013-09-04 02:42:02 +00:00
Error.cpp fix typo in error string 2013-07-23 22:17:47 +00:00
File.cpp Fix spelling error. s/Libary/Library/g. 2013-08-09 04:19:54 +00:00
InputFiles.cpp
LinkingContext.cpp Drop the context forceLoadAllArchives() support. Rename the isForceLoad 2013-09-08 13:30:14 +00:00
PassManager.cpp
Resolver.cpp Resolver: Do not use assert() to notify user input error. 2013-09-03 00:50:22 +00:00
SymbolTable.cpp Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
TODO.txt