|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| COFF/ | H | 03-May-2022 | - | 14,449 | 10,180 |
| Common/ | H | 03-May-2022 | - | 828 | 494 |
| ELF/ | H | 03-May-2022 | - | 34,704 | 23,192 |
| MinGW/ | H | 03-May-2022 | - | 503 | 404 |
| cmake/modules/ | H | 07-Jul-2020 | - | 106 | 89 |
| docs/ | H | 03-May-2022 | - | 3,726 | 2,850 |
| include/lld/ | H | 07-Jul-2020 | - | 3,810 | 2,000 |
| lib/ | H | 03-May-2022 | - | 19,971 | 15,764 |
| test/ | H | 03-May-2022 | - | 135,387 | 104,253 |
| tools/lld/ | H | 07-Jul-2020 | - | 167 | 109 |
| unittests/ | H | 03-May-2022 | - | 2,615 | 2,396 |
| utils/ | H | 07-Jul-2020 | - | 180 | 152 |
| wasm/ | H | 03-May-2022 | - | 7,719 | 5,535 |
| .arcconfig | H A D | 07-Jul-2020 | 83 | 5 | 4 |
| .clang-format | H A D | 07-Jul-2020 | 19 | 2 | 1 |
| .gitignore | H A D | 07-Jul-2020 | 936 | 25 | 22 |
| README.md | H A D | 07-Jul-2020 | 676 | 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