Skip to content

Commit

Permalink
graphics/mesa-devel: unpin LLVM_VERSION after 29d855b
Browse files Browse the repository at this point in the history
Similar to lang/clover. Mixing libclc + llvm15 and rusticl + llvm18
also doesn't break Rusticl on my Intel iGPU.

See also https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility
  • Loading branch information
jbeich committed Apr 2, 2024
1 parent 573c045 commit edbdd03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphics/mesa-devel/Makefile
Expand Up @@ -120,7 +120,6 @@ OPENCL_MESON_FALSE= b_lundef # environ
OPENCL_MESON_TRUE= gallium-rusticl
OPENCL_MESON_ON= -Dgallium-opencl=icd
OPENCL_MESON_OFF= -Dgallium-opencl=disabled
OPENCL_VARS= LLVM_USES=llvm:15,lib,noexport # chase libclc + rust (LTO)
OPENCL_VARS+= COINST_RUN_DEPENDS+=clover>0:lang/clover # ICD
OPENCL_IMPLIES= LLVM ${"${PORT_OPTIONS:Miris}":?iris:radeonsi} # any from OPTIONS_GROUP_GALLIUM

Expand Down

0 comments on commit edbdd03

Please sign in to comment.