|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| COFF/ | H | - | - | 19,101 | 13,598 |
| Common/ | H | - | - | 1,319 | 886 |
| ELF/ | H | - | - | 46,535 | 32,584 |
| MachO/ | H | - | - | 21,959 | 15,943 |
| MinGW/ | H | - | - | 852 | 712 |
| cmake/modules/ | H | - | - | 219 | 188 |
| docs/ | H | - | - | 3,762 | 2,980 |
| include/lld/Common/ | H | - | - | 928 | 486 |
| test/ | H | - | - | 205,035 | 160,563 |
| tools/lld/ | H | - | - | 165 | 103 |
| unittests/ | H | - | - | 189 | 116 |
| utils/ | H | - | - | 197 | 155 |
| wasm/ | H | - | - | 11,332 | 8,226 |
| .clang-format | H A D | 04-Jul-2014 | 19 | 2 | 1 |
| .clang-tidy | H A D | 07-Jun-2021 | 324 | 9 | 8 |
| .gitignore | H A D | 16-Jul-2014 | 936 | 25 | 22 |
| CMakeLists.txt | H A D | 03-Jun-2024 | 6.7 KiB | 211 | 170 |
| LICENSE.TXT | H A D | 21-Jan-2019 | 14.8 KiB | 279 | 229 |
| Maintainers.md | H A D | 03-Dec-2024 | 703 | | |
| README.md | H A D | 07-Jan-2021 | 678 | 20 | 13 |
README.md
1LLVM Linker (lld)
2=================
3
4This directory and its subdirectories contain source code for the LLVM Linker, a
5modular cross platform linker which is built as part of the LLVM compiler
6infrastructure project.
7
8lld is open source software. You may freely distribute it under the terms of
9the license agreement found in LICENSE.txt.
10
11Benchmarking
12============
13
14In order to make sure various developers can evaluate patches over the
15same tests, we create a collection of self contained programs.
16
17It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz
18
19The current sha256 is `10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f`.
20