repo/extra/llvm
2021-08-26 07:22:10 +03:00
..
build llvm: remove ncurses dependency 2021-08-01 09:50:40 +03:00
checksums llvm: 12.0.1 2021-07-09 15:41:37 +03:00
depends llvm: bump to 9.0.0 2019-09-20 11:55:54 +03:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources llvm: use VERSION/VERSION 2021-07-15 10:21:46 +03:00
version llvm: 12.0.1 2021-07-09 15:41:37 +03:00

llvm
________________________________________________________________________________

LLVM is a set of compiler and toolchain technologies, which can be used to
develop a front end for any programming language and a back end for any
instruction set architecture. LLVM is designed around a language-independent
intermediate representation (IR) that serves as a portable, high-level assembly
language that can be optimized with a variety of transformations over multiple
passes. [0]

Upstream: https://llvm.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b llvm                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the command help output. No manuals are (yet) provided with alongside
this package.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/LLVM