Michael J. Spencer | a2a6e2f | 2011-12-17 12:35:04 | [diff] [blame] | 1 | LLVM Linker (lld) |
Sam Clegg | c3e16d6 | 2017-12-05 23:28:04 | [diff] [blame] | 2 | ================= |
Michael J. Spencer | c7e7638e | 2011-12-17 12:27:19 | [diff] [blame] | 3 | |
Hemant Kulkarni | f6e2bc0 | 2012-09-14 00:00:39 | [diff] [blame] | 4 | This directory and its subdirectories contain source code for the LLVM Linker, a |
| 5 | modular cross platform linker which is built as part of the LLVM compiler |
Michael J. Spencer | a2a6e2f | 2011-12-17 12:35:04 | [diff] [blame] | 6 | infrastructure project. |
Michael J. Spencer | c7e7638e | 2011-12-17 12:27:19 | [diff] [blame] | 7 | |
Michael J. Spencer | a2a6e2f | 2011-12-17 12:35:04 | [diff] [blame] | 8 | lld is open source software. You may freely distribute it under the terms of |
Michael J. Spencer | c7e7638e | 2011-12-17 12:27:19 | [diff] [blame] | 9 | the license agreement found in LICENSE.txt. |
Anton Korobeynikov | 5875b7d | 2017-06-24 21:16:41 | [diff] [blame] | 10 | |
Rafael Espindola | 9b1dea5 | 2017-10-03 23:44:24 | [diff] [blame] | 11 | Benchmarking |
| 12 | ============ |
| 13 | |
| 14 | In order to make sure various developers can evaluate patches over the |
| 15 | same tests, we create a collection of self contained programs. |
| 16 | |
| 17 | It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz |
| 18 | |
Emil Engler | b117d17 | 2021-01-07 02:28:54 | [diff] [blame] | 19 | The current sha256 is `10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f`. |