summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/llvm-config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.1.patrick2020-08-092-2/+13
|
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-038-140/+193
| | | | | ok hackroom@ tested by plenty
* Update clang build infrastructure for LLVM 8.0.0.patrick2019-06-231-2/+2
|
* add llvm-config.1 from llvm-config.rstjsg2019-03-052-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-configjsg2019-03-058-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@