hanchenye-llvm-project/lld
Petr Hosek 165088aa5c [ELF] Handle output section alignment in linker scripts
LLD already parses ALIGN expression to specifiy alignment for output
sections in linker scripts but it never applies the alignment to the
output section. This change handles that.

Differential Revision: https://reviews.llvm.org/D29689

llvm-svn: 294374
2017-02-07 23:42:31 +00:00
..
COFF COFF: ensure that we handle bad arguments 2017-02-07 04:28:05 +00:00
ELF [ELF] Handle output section alignment in linker scripts 2017-02-07 23:42:31 +00:00
cmake/modules [lld][cmake] Fix BUILD_SHARED_LIBS installation 2017-01-24 10:41:02 +00:00
docs [docs] Fix typo in section heading. 2017-01-22 03:28:56 +00:00
include/lld added missing files for r293965 2017-02-02 23:53:10 +00:00
lib Fix shared build after r293965 (Core) and r293967 (COFF) 2017-02-03 10:13:39 +00:00
test [ELF] Handle output section alignment in linker scripts 2017-02-07 23:42:31 +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] Support running tests in stand-alone builds 2017-01-31 14:10:20 +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.