hanchenye-llvm-project/lld
Nick Kledzik 1e8dbd360d Add const to sort() comparator function. Caught by gcc but not clang
llvm-svn: 211833
2014-06-27 01:04:01 +00:00
..
cmake/modules
docs Remove group-parent references. 2014-06-03 03:07:49 +00:00
include Add const to sort() comparator function. Caught by gcc but not clang 2014-06-27 01:04:01 +00:00
lib [Driver] Improve the `isPathUnderSysroot()` function. Now it returns a 2014-06-26 10:48:52 +00:00
test [Driver] Improve the `isPathUnderSysroot()` function. Now it returns a 2014-06-26 10:48:52 +00:00
tools Initial set of Makefiles 2014-06-04 09:54:07 +00:00
unittests MachO: rename _outputFileType to avoid shadowing parent field. 2014-06-20 15:59:00 +00:00
utils Refer to error_code with an std prefix. 2014-06-12 20:42:12 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
LICENSE.TXT
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +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.