summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/llvm-config/BuildVariables.inc.def (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-9/+8
| | | | | ok hackroom@ tested by plenty
* add Makefile for llvm-configjsg2019-03-051-0/+36
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@