hanchenye-llvm-project/lld/lib
Rui Ueyama 8b14d14209 [PECOFF] Support module-definition file.
Module-definition (.def) files are the file containing linker directives,
such as export symbols. Because link.exe supports the same features as command
line options, just as some Linker Script commands overlaps with command line
options, use of module-definition file is not really necessary. It provides
an alternative way to specify some linker options.

This patch implements EXPORTS directive. Other directives will be implemented
in the future.

llvm-svn: 198925
2014-01-10 10:19:47 +00:00
..
Core Use getError instead of the error_code operator. 2014-01-08 22:00:09 +00:00
Driver [PECOFF] Support module-definition file. 2014-01-10 10:19:47 +00:00
Passes Run clang-format on r197727. 2013-12-20 07:48:29 +00:00
ReaderWriter [Mips] Reduce the number of type-casting calls. 2014-01-09 07:52:31 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00