2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/extra/llvm
2024-03-23 16:05:51 +05:30
..
patches llvm: increase stack size on musl 2024-03-23 16:05:51 +05:30
build llvm: increase stack size on musl 2024-03-23 16:05:51 +05:30
checksums llvm: increase stack size on musl 2024-03-23 16:05:51 +05:30
depends
README
sources llvm: increase stack size on musl 2024-03-23 16:05:51 +05:30
version

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