hanchenye-llvm-project/lld
Rui Ueyama c8d3a83fff Remove error(error_code, const Twine &).
Now we have the consistent interface for all log/warn/error/fatal functions.

llvm-svn: 291847
2017-01-12 22:18:04 +00:00
..
COFF PDB: Merge type info. 2017-01-12 03:09:25 +00:00
ELF Remove error(error_code, const Twine &). 2017-01-12 22:18:04 +00:00
cmake/modules [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build 2017-01-09 09:57:08 +00:00
docs Clear the release notes for 5.0.0 2017-01-12 22:00:54 +00:00
include/lld Define sys::path::convert_to_slash 2017-01-09 01:47:15 +00:00
lib [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build 2017-01-09 09:57:08 +00:00
test Allow mixing nobits and progbits. 2017-01-12 19:16:15 +00:00
tools/lld [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build 2017-01-09 09:57:08 +00:00
unittests
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [cmake] Obtain LLVM_CMAKE_PATH from llvm-config 2017-01-09 23:17:10 +00:00
CODE_OWNERS.TXT
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.