Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-12 | append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIR | Robert Nagy | |
2023-11-11 | update build infrastructure for llvm-16.0.6 | Robert Nagy | |
2021-12-17 | Update build infrastructure for LLVM 13.0.0. | Patrick Wildt | |
2021-05-01 | regen llvm man pages from rst with | Jonathan Gray | |
cd /usr/src/gnu/llvm/llvm/docs gmake -f Makefile.sphinx man cd /usr/src/gnu/llvm/clang/docs gmake -f Makefile.sphinx man cmake -DLLVM_ENABLE_SPHINX=ON -DLLDB_INCLUDE_TESTS=OFF /usr/src/gnu/llvm/lldb/ make docs-lldb-man | |||
2021-04-29 | regen | Jonathan Gray | |
2021-04-29 | add RISCV | Jonathan Gray | |
2021-04-29 | riscv64 clang support. | Dale Rahn | |
With several fixes from review integrated. ok patrick@ | |||
2021-04-28 | Update clang build infrastructure for LLVM 11.1.0. | Patrick Wildt | |
Heavy lifting by mortimer@, thank you so much! | |||
2020-08-09 | Update build infrastructure for LLVM 10.0.1. | Patrick Wildt | |
2020-08-03 | Update build infrastructure for LLVM 10.0.0. | Patrick Wildt | |
ok hackroom@ tested by plenty | |||
2019-06-23 | Update clang build infrastructure for LLVM 8.0.0. | Patrick Wildt | |
2019-03-05 | add llvm-config.1 from llvm-config.rst | Jonathan Gray | |
Generated with gmake and py-sphinx installed via cd /usr/src/gnu/llvm/docs && gmake -f Makefile.sphinx man | |||
2019-03-05 | add Makefile for llvm-config | Jonathan Gray | |
A build time dependency on python is avoided by generating the arch specific list of library components in advance. A 'reconf' target is included to regenerate them. Approach discussed with patrick@ |