llvm-project/lld
Fangrui Song a996cc217c Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
..
COFF [DebugInfo] llvm::Optional => std::optional 2022-12-05 00:09:22 +00:00
Common CodeGen/CommandFlags: Convert Optional to std::optional 2022-12-03 18:38:12 +00:00
ELF [ELF] Produce DT_RISCV_VARIANT_CC 2022-12-04 21:08:37 -08:00
MachO Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
MinGW [lld] Use std::nullopt instead of None (NFC) 2022-12-02 23:12:36 -08:00
cmake/modules Add version to all LLVM cmake package 2022-11-25 21:57:58 +00:00
docs [ELF] Produce DT_RISCV_VARIANT_CC 2022-12-04 21:08:37 -08:00
include/lld/Common Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
test [ELF] Produce DT_RISCV_VARIANT_CC 2022-12-04 21:08:37 -08:00
tools/lld [lld] Use std::optional in lld.cpp (NFC) 2022-11-26 21:03:34 -08:00
utils
wasm [lld] Use std::nullopt instead of None (NFC) 2022-12-02 23:12:36 -08:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08: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.

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.