|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


llvm                                                              version 13.0.0
________________________________________________________________________________

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]
* History ................................................................ [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

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


[002] Usage
________________________________________________________________________________

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


[003] History
________________________________________________________________________________

2021-10-02 ac075f64 llvm: 13.0.0
2021-08-01 273685de llvm: remove ncurses dependency
2021-07-18 0070d6f2 llvm: update for new env
2021-07-18 e8d1d916 llvm: don't link to curses
2021-07-15 9ae78630 llvm: use VERSION/VERSION
2021-07-09 c841df7c llvm: 12.0.1
2021-07-06 475f2bdc llvm: swap to better means of disabling docs, etc
2021-06-30 12f12832 llvm: 12.0.0
2020-09-17 6c96e819 llvm: disable libxml2
2020-05-05 a3695fe9 llvm: Remove leftover shell
2019-11-14 8a95a1fd llvm: better build
2019-10-13 97a102fa llvm: don't override MAKEFLAGS. Closes #105
2019-10-07 a012a942 llvm: test package for fully standalone llvm/clang
2019-09-21 970f8c22 llvm: revert to 8.0.1
2019-09-20 91f30c34 llvm: use https for source
2019-09-20 496ce723 llvm: bump to 9.0.0
2019-08-14 1d33059b llvm: bump to 8.0.1
2019-08-01 667a662e llvm: Fix missing -j to make
2019-08-01 dacbe92a llvm: Fix travis
2019-07-31 34c78787 llvm: build with host triplet
2019-06-28 58b89a6b llvm: legal
2019-06-27 d5024c9b llvm: Build with amdgpu
2019-06-27 c6c20843 llvm: Build with amdgpu
2019-06-27 c3a3c2ff llvm: progress
2019-06-02 03fff8ef llvm: init at 8.0.0


[004] References
________________________________________________________________________________

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



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.