#
1ad61ae0 |
| 11-Nov-2023 |
robert <robert@openbsd.org> |
update build infrastructure for llvm-16.0.6
|
#
5a38ef86 |
| 17-Dec-2021 |
patrick <patrick@openbsd.org> |
Update build infrastructure for LLVM 13.0.0.
|
#
c04ab3e3 |
| 28-Apr-2021 |
patrick <patrick@openbsd.org> |
Update clang build infrastructure for LLVM 11.1.0.
Heavy lifting by mortimer@, thank you so much!
|
#
3e6fb708 |
| 09-Aug-2020 |
patrick <patrick@openbsd.org> |
Update build infrastructure for LLVM 10.0.1.
|
#
aa1fa3d4 |
| 03-Aug-2020 |
patrick <patrick@openbsd.org> |
Update build infrastructure for LLVM 10.0.0.
ok hackroom@ tested by plenty
|
#
1cb3b34f |
| 01-Sep-2019 |
patrick <patrick@openbsd.org> |
Update clang build infrastructure for LLVM 8.0.1.
|
#
7350f337 |
| 23-Jun-2019 |
patrick <patrick@openbsd.org> |
Update clang build infrastructure for LLVM 8.0.0.
|
#
4c67fc12 |
| 06-Mar-2019 |
jsg <jsg@openbsd.org> |
Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake build so external users of Support/TargetSelect.h will work correctly. Previously these were defined via -D in CPPFLAGS.
Fixes llvmpi
Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake build so external users of Support/TargetSelect.h will work correctly. Previously these were defined via -D in CPPFLAGS.
Fixes llvmpipe erroring out due to no targets being registered.
ok patrick@
show more ...
|
#
2584ca0b |
| 05-Mar-2019 |
jsg <jsg@openbsd.org> |
Build and install a shared libLLVM, llvm-config and llvm includes. This is required to build the radeonsi Mesa driver.
ok patrick@
|