hanchenye-llvm-project/lld
Rafael Espindola b5de5b9354 Simplify orphan section positioning.
The code following this one already considers every possible insertion
point for orphan sections, there is no point in sorting them before.

llvm-svn: 302441
2017-05-08 16:49:20 +00:00
..
COFF Use the same terminology as ELF. 2017-05-05 23:52:24 +00:00
ELF Simplify orphan section positioning. 2017-05-08 16:49:20 +00:00
cmake/modules [lld][cmake] Fix BUILD_SHARED_LIBS installation 2017-01-24 10:41:02 +00:00
docs Recommend users use readelf instead of objdump to dump .comment contents. 2017-04-27 04:50:08 +00:00
include/lld Remove dead file. 2017-05-05 23:44:26 +00:00
lib Fix undefined pthread references when building against libc++ 2017-05-06 22:10:14 +00:00
test [ELF] - Set DF_STATIC_TLS flag for i386 target. 2017-05-08 10:24:38 +00:00
tools/lld Accept not only lld-link but also LLD-LINK, for example. 2017-04-12 18:29:52 +00:00
unittests Split up Parallel and LLVM'ize naming conventions. 2017-05-05 21:09:26 +00:00
.arcconfig Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
.clang-format
.gitignore
CMakeLists.txt Dummy commit to trigger CMake reconfiguration and unbreak Sphinx build 2017-05-04 08:32:33 +00:00
CODE_OWNERS.TXT
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:40:59 +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.