hanchenye-llvm-project/lld
Rui Ueyama 935c5eda6f [PECOFF] Now that identify_magic() recognizes COFF import library.
No need to do that in ReaderCOFF.cpp.

llvm-svn: 195109
2013-11-19 06:29:57 +00:00
..
cmake/modules
docs Update documentation. 2013-09-07 18:01:39 +00:00
include/lld Use early continue. Style fix. No functionality change. 2013-11-19 06:10:13 +00:00
lib [PECOFF] Now that identify_magic() recognizes COFF import library. 2013-11-19 06:29:57 +00:00
test [PECOFF] Minimum size of DOS stub is 64 byte. 2013-11-15 08:00:22 +00:00
tools Make Driver::link and LinkingContext::validate return true on success. 2013-09-24 23:26:34 +00:00
unittests [PECOFF] Ignore /tlbid, /tlbout, /idlout and /ignoreigl for now. 2013-11-19 05:55:08 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt Get lld building with MSVC2013 2013-11-12 15:14:33 +00:00
LICENSE.TXT
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.