sys-devel/sparse: Allow up to LLVM 14

sparse seems to build fine, pass tests and sparse-llvm executable seems
to work on a trivial test case with LLVM 14.

Closes: https://bugs.gentoo.org/840607
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-16 09:41:47 +02:00
parent 2db9cf4fb4
commit dc2da095c5
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
LLVM_MAX_SLOT=12
LLVM_MAX_SLOT=14
inherit llvm toolchain-funcs
DESCRIPTION="C semantic parser"

View File

@@ -3,7 +3,7 @@
EAPI=7
LLVM_MAX_SLOT=12
LLVM_MAX_SLOT=14
inherit llvm toolchain-funcs
DESCRIPTION="C semantic parser"