llvm-project/lld
Fangrui Song 7f1955dc96 [ELF] Support mixed TLSDESC and TLS GD
We only support both TLSDESC and TLS GD for x86 so this is an x86-specific
problem. If both are used, only one R_X86_64_TLSDESC is produced and TLS GD
accesses will incorrectly reference R_X86_64_TLSDESC. Fix this by introducing
SymbolAux::tlsDescIdx.

Reviewed By: ikudrin

Differential Revision: https://reviews.llvm.org/D116900
2022-01-10 10:03:21 -08:00
..
cmake/modules [CMake] Factor out config prefix finding logic 2022-01-07 20:16:18 +00:00
COFF Use true/false instead of 1/0 (NFC) 2022-01-09 12:21:06 -08:00
Common
docs [ELF] Update help messages to prefer canonical name for some long options 2022-01-06 00:43:46 -08:00
ELF [ELF] Support mixed TLSDESC and TLS GD 2022-01-10 10:03:21 -08:00
include/lld
MachO [lld-macho] Fix shadowed variable 2022-01-10 00:20:35 -08:00
MinGW
test [ELF] Support mixed TLSDESC and TLS GD 2022-01-10 10:03:21 -08:00
tools/lld
utils
wasm
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lld] Deprecate using llvm-config to detect llvm installation 2022-01-07 20:51:14 +00:00
CODE_OWNERS.TXT
LICENSE.TXT
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.

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 10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f.