Nicolas Capens | b7d5924 | 2017-01-03 14:02:05 -0500 | [diff] [blame] | 1 | llvm-subzero |
| 2 | ============ |
| 3 | |
| 4 | This directory and its subdirectories contain a subset of the source code for |
| 5 | LLVM, required by Subzero. |
| 6 | |
| 7 | The original README.txt content follows: |
| 8 | |
| 9 | Low Level Virtual Machine (LLVM) |
| 10 | ================================ |
| 11 | |
| 12 | This directory and its subdirectories contain source code for LLVM, |
| 13 | a toolkit for the construction of highly optimized compilers, |
| 14 | optimizers, and runtime environments. |
| 15 | |
| 16 | LLVM is open source software. You may freely distribute it under the terms of |
| 17 | the license agreement found in LICENSE.txt. |
| 18 | |
| 19 | Please see the documentation provided in docs/ for further |
| 20 | assistance with LLVM, and in particular docs/GettingStarted.rst for getting |
| 21 | started with LLVM and docs/README.txt for an overview of LLVM's |
| 22 | documentation setup. |
| 23 | |
| 24 | If you are writing a package for LLVM, see docs/Packaging.rst for our |
| 25 | suggestions. |