hanchenye-llvm-project/lld
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
..
cmake/modules Add VTune as an optional external dependency and add task tracking. 2013-04-06 00:56:40 +00:00
docs Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
include/lld [PECOFF] Support module-definition file. 2014-01-10 10:19:47 +00:00
lib [PECOFF] Support module-definition file. 2014-01-10 10:19:47 +00:00
test [PECOFF] Support module-definition file. 2014-01-10 10:19:47 +00:00
tools Make Driver::link and LinkingContext::validate return true on success. 2013-09-24 23:26:34 +00:00
unittests Use getError instead of the error_code operator. 2014-01-08 22:00:09 +00:00
utils
.arcconfig
.clang-format Add .clang-format file to ensure C++11 LLVM coding style. 2013-12-11 22:39:33 +00:00
.gitignore
CMakeLists.txt Get lld building with MSVC2013 2013-11-12 15:14:33 +00:00
LICENSE.TXT Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
README.md

README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.