mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
LLVM_MAX_SLOT=12
|
||||
LLVM_MAX_SLOT=14
|
||||
inherit llvm toolchain-funcs
|
||||
|
||||
DESCRIPTION="C semantic parser"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
LLVM_MAX_SLOT=12
|
||||
LLVM_MAX_SLOT=14
|
||||
inherit llvm toolchain-funcs
|
||||
|
||||
DESCRIPTION="C semantic parser"
|
||||
|
||||
Reference in New Issue
Block a user