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
11 Upstream: https://llvm.org/
15 ________________________________________________________________________________
17 * Installation ........................................................... [001]
18 * Usage .................................................................. [002]
19 * References ............................................................. [003]
23 ________________________________________________________________________________
25 +------------------------------------------------------------------------------+
29 +------------------------------------------------------------------------------+
33 ________________________________________________________________________________
35 Refer to the command help output. No manuals are (yet) provided with alongside
40 ________________________________________________________________________________
42 [0] https://en.wikipedia.org/wiki/LLVM