sys-block/thin-provisioning-tools: support LLVM 20

Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42753
Closes: https://github.com/gentoo/gentoo/pull/42753
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Z. Liu
2025-06-26 09:22:27 +08:00
committed by Sam James
parent 346cd62ee1
commit e697c8a622

View File

@@ -148,7 +148,7 @@ declare -A GIT_CRATES=(
[rio]='https://github.com/jthornber/rio;2979a720f671e836302c01546f9cc9f7988610c8;rio-%commit%'
)
LLVM_COMPAT=( {17..19} )
LLVM_COMPAT=( {17..20} )
inherit cargo llvm-r1