[Bug 280957] lang/clover: Remove llvm:max=16 restriction

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Aug 2024 22:16:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280957

--- Comment #6 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Jung-uk Kim from comment #4)
mesa-devel simply hardcodes 1 per
OPENCL_SOVERSION=${LLVM_VERSION}${${LLVM_VERSION}>=18:?.1:}

So far 0 is development, 1 is stable while 2 or newer won't exist. devel/llvm18
(unlike lang/gcc13) only bumps patch-level version on stable minor/branch. 

IIRC, LLVM support cycle is 1 year for 2 major releases a year. Anything ABI
breaking ends up being in a new major release. Rarely, LLVM breaks ABI on
stable like in 7.1.0 and 11.1.0 but those never landed in ports and none cares
anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.