Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update build infrastructure for LLVM 10.0.1. | 2020-08-09 | 2 | -2/+13 | |
| | |||||
* | Update build infrastructure for LLVM 10.0.0. | 2020-08-03 | 8 | -140/+193 | |
| | | | | | ok hackroom@ tested by plenty | ||||
* | Update clang build infrastructure for LLVM 8.0.0. | 2019-06-23 | 1 | -2/+2 | |
| | |||||
* | add llvm-config.1 from llvm-config.rst | 2019-03-05 | 2 | -2/+210 | |
| | | | | | Generated with gmake and py-sphinx installed via cd /usr/src/gnu/llvm/docs && gmake -f Makefile.sphinx man | ||||
* | add Makefile for llvm-config | 2019-03-05 | 8 | -0/+658 | |
A build time dependency on python is avoided by generating the arch specific list of library components in advance. A 'reconf' target is included to regenerate them. Approach discussed with patrick@ |