summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMDebugInfoCodeView (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-2/+2
| | | | | ok hackroom@ tested by plenty
* Update clang build infrastructure for LLVM 8.0.0.patrick2019-06-231-2/+4
|
* 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@
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-041-4/+23
| | | | | | works, but actually running stuff probably won't. ok kettenis@
* Update clang build infrastructure for LLVM 6.0.0.patrick2018-04-061-3/+8
|
* Update clang build infrastructure for LLVM 5.0.0.patrick2017-10-041-9/+7
|
* zap empty depends/silence empty installs.espie2017-07-091-5/+2
| | | | okay millert@
* Update clang build infrastructure for LLVM 4.0.0patrick2017-01-241-11/+9
| | | | Discussed with kettenis@
* Update clang build infrastructure for LLVM 3.9.1patrick2017-01-141-0/+37
"go ahead" kettenis@ "just go ahead" deraadt@ "sounds good to me" stefan@