summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-16 09:41:47 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-16 09:42:17 +0200
commitdc2da095c5ac4a6dfeebac812f3cd4f7485c56a2 (patch)
tree80027c7c7f4bedb5c2e92b74633fc70a0cc3c8f0 /sys-devel/sparse/sparse-9999.ebuild
parentnet-misc/tigervnc-xorg-module: Stabilize 1.12.0 x86, #852014 (diff)
downloadgentoo-dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2.tar.gz
gentoo-dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2.tar.bz2
gentoo-dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2.zip
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>
Diffstat (limited to 'sys-devel/sparse/sparse-9999.ebuild')
-rw-r--r--sys-devel/sparse/sparse-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild
index a7c5b9dbc728..726fd8b0cfe3 100644
--- a/sys-devel/sparse/sparse-9999.ebuild
+++ b/sys-devel/sparse/sparse-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-LLVM_MAX_SLOT=12
+LLVM_MAX_SLOT=14
inherit llvm toolchain-funcs
DESCRIPTION="C semantic parser"