History log of /openbsd/gnu/usr.bin/clang/libLLVMExecutionEngine/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 43d0313f 08-Feb-2024 miod <miod@openbsd.org>

Feed more generated files to the clean target; joint work with naddy@


# 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!


# aa1fa3d4 03-Aug-2020 patrick <patrick@openbsd.org>

Update build infrastructure for LLVM 10.0.0.

ok hackroom@
tested by plenty


# 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@


# dd7183d7 26-Feb-2019 jsg <jsg@openbsd.org>

In preparation for reusing libLLVM component library Makefiles to build
libLLVM from a single directory avoid reused filenames by symlinking
duplicated names with a prefix of the component library na

In preparation for reusing libLLVM component library Makefiles to build
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@

show more ...


# 30154224 25-Feb-2019 jsg <jsg@openbsd.org>

add sources matching unresolved symbols seen using Mesa with libLLVM
ok patrick@


# d1df930f 04-Oct-2018 patrick <patrick@openbsd.org>

Add infrastructure to compile and link LLDB. Inspecting core files
works, but actually running stuff probably won't.

ok kettenis@