gcc: bump to 12.1.0
[kiss-trunc88.git] / llvm / README
blobce18103e3ca6a04face31d13014830d1d8acff6f
1 llvm
2 ________________________________________________________________________________
4 LLVM is a set of compiler and toolchain technologies, which can be used to
5 develop a front end for any programming language and a back end for any
6 instruction set architecture. LLVM is designed around a language-independent
7 intermediate representation (IR) that serves as a portable, high-level assembly
8 language that can be optimized with a variety of transformations over multiple
9 passes. [0]
11 Upstream: https://llvm.org/
14 [000] Index
15 ________________________________________________________________________________
17 * Installation ........................................................... [001]
18 * Usage .................................................................. [002]
19 * References ............................................................. [003]
22 [001] Installation
23 ________________________________________________________________________________
25 +------------------------------------------------------------------------------+
26 |                                                                              |
27 |  $ kiss b llvm                                                               |
28 |                                                                              |
29 +------------------------------------------------------------------------------+
32 [002] Usage
33 ________________________________________________________________________________
35 Refer to the command help output. No manuals are (yet) provided with alongside
36 this package.
39 [003] References
40 ________________________________________________________________________________
42 [0] https://en.wikipedia.org/wiki/LLVM