summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-21 18:57:39 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-21 19:15:38 +0200
commita89425e24b38722972b6a2b7b4343c045231cb58 (patch)
tree22c5b7a5b9227c6ab2f0ccf134e44b3715e23540 /sys-devel/llvm
parentdev-python/virtualenv: Bump to 20.22.0 (diff)
downloadgentoo-a89425e24b38722972b6a2b7b4343c045231cb58.tar.gz
gentoo-a89425e24b38722972b6a2b7b4343c045231cb58.tar.bz2
gentoo-a89425e24b38722972b6a2b7b4343c045231cb58.zip
sys-devel/llvm: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-17.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-17.0.0.9999.ebuild b/sys-devel/llvm/llvm-17.0.0.9999.ebuild
index 94ec3e2b1216..1ae16d3ef49a 100644
--- a/sys-devel/llvm/llvm-17.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-17.0.0.9999.ebuild
@@ -20,7 +20,7 @@ LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
KEYWORDS=""
IUSE="
- +binutils-plugin debug debuginfod doc exegesis libedit +libffi
+ +binutils-plugin +debug debuginfod doc exegesis libedit +libffi
ncurses test xar xml z3 zstd
"
RESTRICT="!test? ( test )"