hanchenye-llvm-project/lld/lib/ReaderWriter/PECOFF
Rui Ueyama fd50283c3c [PECOFF] Add /include command line option.
The /include command line option is equivalent to Unix --undefined
option, which forces the linker to resolve the given symbol name
as if it's an unresolved symbol in one of its input files. This feature
is used to link an additional object file or a shared library that no
input files refer to.

llvm-svn: 187084
2013-07-24 22:53:23 +00:00
..
Atoms.h [PECOFF] Support linking against DLL. 2013-07-11 08:46:21 +00:00
CMakeLists.txt [PECOFF][Writer] Templatize connectAtomsWithLayoutEdge() 2013-06-28 03:41:07 +00:00
GroupedSectionsPass.h Remove redundant #include. 2013-07-08 09:39:22 +00:00
IdataPass.h [PECOFF][Writer] Use defined constants instead of magic numbers. 2013-07-16 04:47:02 +00:00
PECOFFTargetInfo.cpp [PECOFF] Add /include command line option. 2013-07-24 22:53:23 +00:00
ReaderCOFF.cpp Rename ReaderCOFF members to follow the LLD coding style. 2013-07-22 16:56:34 +00:00
ReaderImportHeader.cpp [PECOFF] Replace magic numbers with offsetof(). 2013-07-22 23:02:08 +00:00
ReaderImportHeader.h [PECOFF] Implement the reader for the import library. 2013-06-17 18:43:13 +00:00
WriterPECOFF.cpp [PECOFF] Support -tsaware:no command line option. 2013-07-23 17:17:19 +00:00