hanchenye-llvm-project/lld
Rui Ueyama 57c62e6ab9 PECOFF: Do not add layout-after edges.
The last use of layout-after edge for PE/COFF was removed in r231290.
Now layout-after edges do nothing. We can stop adding them to the graph.
No functionality change intended.

llvm-svn: 231301
2015-03-04 22:13:25 +00:00
..
cmake/modules
docs Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
include Define DefinedAtom::sectionSize. 2015-03-04 21:40:46 +00:00
lib PECOFF: Do not add layout-after edges. 2015-03-04 22:13:25 +00:00
test Define DefinedAtom::sectionSize. 2015-03-04 21:40:46 +00:00
tools Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
unittests PECOFF: allow more than one /alternatename for the same symbol. 2015-02-26 23:43:04 +00:00
utils lldReaderWriter.a depends on lldCore.a so make sure 2015-02-05 01:10:40 +00:00
.arcconfig
.clang-format
.gitignore Update .gitignore to ignore hidden MacOSX Finder droppings 2014-07-16 21:01:17 +00:00
CMakeLists.txt [CMake] Cleanup 2015-02-27 04:39:16 +00:00
LICENSE.TXT
Makefile
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.