[Bug 296112] graphics/mesa-libs suddenly brings in 1.5 GB of LLVM19
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296112 Alexey Dokuchaev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Alexey Dokuchaev <[email protected]> --- (In reply to Helge Oldach from comment #6) > Maybe this could be simplified by using the native LLVM library from base? That would be awesome, but even if a full-blown LLVM is required, our Mesa port has a long-standing tradition (see bug #264783, comment #7) to overdemand its version, as `meson.build' does not seem to specify 19 anywhere: if (with_amd_vk or with_gallium_radeonsi) and amd_with_llvm _llvm_version = '>= 18.0.0' elif with_clc or llvm_with_orcjit _llvm_version = '>= 15.0.0' else _llvm_version = '>= 8.0.0' endif -- You are receiving this mail because: You are the assignee for the bug.