summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMExecutionEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-11/+30
| | | | | 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-3/+8
| | | | | | | | 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 sources matching unresolved symbols seen using Mesa with libLLVMjsg2019-02-251-1/+2
| | | | ok patrick@
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-041-0/+47
works, but actually running stuff probably won't. ok kettenis@