summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMObject (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-4/+13
| | | | | ok hackroom@ tested by plenty
* Build and install a shared libLLVM, llvm-config and llvm includes.jsg2019-03-051-9/+2
| | | | | | This is required to build the radeonsi Mesa driver. ok patrick@
* In preparation for reusing libLLVM component library Makefiles to buildjsg2019-02-261-2/+7
| | | | | | | | libLLVM from a single directory avoid reused filenames by symlinking duplicated names with a prefix of the component library name so object file names will be unique. symlink approach suggested by deraadt@ ok patrick@
* Update clang build infrastructure for LLVM 5.0.0.patrick2017-10-041-3/+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/+5
| | | | Discussed with kettenis@
* Update clang build infrastructure for LLVM 3.9.1patrick2017-01-141-5/+3
| | | | | | "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/+37
to get a working "clang" binary. Note that you need GCC from ports to bootstrap clang. looks good to patrick@, ok jsg@ kettenis@