llvm-capstone/lld
Peter Smith 7c40f93f38 [ELF] InX::BssRelRo should check section contents before marking relro
When a linker script is used with a pattern like { *(.bss .bss.*) } the
InX::BssRelRo section will match against .bss.*. By matching on the name
only, in the same way that .data.rel.ro works we prevent this
from happening, but permit scripts that want to explicitly provide
a .bss.rel.ro OutputSection.
    
Differential Revision: https://reviews.llvm.org/D40735

llvm-svn: 319755
2017-12-05 11:15:58 +00:00
..
cmake/modules [lld] Switch to add_llvm_install_targets 2017-12-01 04:17:45 +00:00
COFF Revert "Merge .xdata into .rdata by default" 2017-12-01 01:04:31 +00:00
Common Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
docs [WebAssembly] Initial wasm linker implementation 2017-11-17 18:14:09 +00:00
ELF [ELF] InX::BssRelRo should check section contents before marking relro 2017-12-05 11:15:58 +00:00
include/lld Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
lib MachONormalizedFile.h: Remove unimplemented function 2017-11-22 21:10:19 +00:00
MinGW [MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base options 2017-11-15 08:18:28 +00:00
test [ELF] InX::BssRelRo should check section contents before marking relro 2017-12-05 11:15:58 +00:00
tools/lld [WebAssembly] Initial wasm linker implementation 2017-11-17 18:14:09 +00:00
unittests Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
utils Add a script to run various benchmarks and send the result to lnt. 2017-11-14 16:40:30 +00:00
wasm Reland "[WebAssembly] Add support for visibility flag"" 2017-12-03 02:38:04 +00:00
.arcconfig Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
.clang-format
.gitignore
CMakeLists.txt [WebAssembly] Initial wasm linker implementation 2017-11-17 18:14:09 +00:00
CODE_OWNERS.TXT [WebAssembly] Initial wasm linker implementation 2017-11-17 18:14:09 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:40:59 +00:00
README.md Note that the benchmark set has been updated. 2017-11-14 17:48:48 +00:00

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.

Benchmarking

In order to make sure various developers can evaluate patches over the same tests, we create a collection of self contained programs.

It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz

The current sha256 is 69cff27cf63304a3f766e72dc9010407eced5c60635254a3c31496e1183ef9e1.