summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libclangCodeGen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-2/+3
| | | | | ok hackroom@ tested by plenty
* Update clang build infrastructure for LLVM 7.0.1.patrick2019-01-271-1/+2
|
* Update clang build infrastructure for LLVM 5.0.0.patrick2017-10-041-2/+4
|
* zap empty depends/silence empty installs.espie2017-07-091-5/+2
| | | | okay millert@
* Update clang build infrastructure for LLVM 4.0.0patrick2017-01-241-2/+4
| | | | Discussed with kettenis@
* Update clang build infrastructure for LLVM 3.9.1patrick2017-01-141-1/+4
| | | | | | "go ahead" kettenis@ "just go ahead" deraadt@ "sounds good to me" stefan@
* LLVM/Clang build system. This only builds the bare minimum of what is neededpascal2016-09-051-0/+66
to get a working "clang" binary. Note that you need GCC from ports to bootstrap clang. looks good to patrick@, ok jsg@ kettenis@