hanchenye-llvm-project/lld/lib/ReaderWriter
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
..
ELF [lld] rename member variable name. 2013-06-24 03:22:51 +00:00
MachO [mach-o] factor out all cputype <-> arch conversions to one table driven location 2013-07-20 02:08:23 +00:00
Native Update for llvm API change. 2013-07-16 19:44:30 +00:00
PECOFF [PECOFF] Add /include command line option. 2013-07-24 22:53:23 +00:00
YAML [ARM] Remove isThumb() as it's not used and it's not in the right place. 2013-06-13 00:26:16 +00:00
CMakeLists.txt This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
CoreTargetInfo.cpp [ARM] Remove isThumb() as it's not used and it's not in the right place. 2013-06-13 00:26:16 +00:00
LinkerScript.cpp [lld][ELF] Add parser for linker script ENTRY command 2013-06-03 18:05:21 +00:00
Reader.cpp Revert "Correctly pass ownership of MemoryBuffers." 2013-04-05 22:04:44 +00:00
ReaderArchive.cpp Revert "Correctly pass ownership of MemoryBuffers." 2013-04-05 22:04:44 +00:00
ReaderLinkerScript.cpp Revert "Correctly pass ownership of MemoryBuffers." 2013-04-05 22:04:44 +00:00
Writer.cpp Move everything over to TargetInfo. 2013-01-23 01:18:43 +00:00