summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMMCDisassembler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-2/+2
| | | | | 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@
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-041-3/+4
| | | | | | works, but actually running stuff probably won't. ok kettenis@
* zap empty depends/silence empty installs.espie2017-07-091-5/+2
| | | | okay millert@
* LLVM/Clang build system. This only builds the bare minimum of what is neededpascal2016-09-051-0/+21
to get a working "clang" binary. Note that you need GCC from ports to bootstrap clang. looks good to patrick@, ok jsg@ kettenis@