summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-10 10:35:43 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-10 10:38:39 +0200
commitb82c414287ebeba16f99a04bd3a0ca571f82d658 (patch)
tree387680c5f995e9076387e01c8f4d7b05f03d1d3f
parentdev-python/rpyc: bump to 5.2.3 (diff)
downloadgentoo-b82c414287ebeba16f99a04bd3a0ca571f82d658.tar.gz
gentoo-b82c414287ebeba16f99a04bd3a0ca571f82d658.tar.bz2
gentoo-b82c414287ebeba16f99a04bd3a0ca571f82d658.zip
sys-devel/llvm: Remove obsolete Go-switch in 16.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/llvm/llvm-16.0.0.9999.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys-devel/llvm/llvm-16.0.0.9999.ebuild b/sys-devel/llvm/llvm-16.0.0.9999.ebuild
index fef201259b9f..946713e022db 100644
--- a/sys-devel/llvm/llvm-16.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-16.0.0.9999.ebuild
@@ -404,14 +404,6 @@ multilib_src_configure() {
-DLLVM_VERSION_SUFFIX="${suffix}"
)
-# Note: go bindings have no CMake rules at the moment
-# but let's kill the check in case they are introduced
-# if ! multilib_is_native_abi || ! use go; then
- mycmakeargs+=(
- -DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND
- )
-# fi
-
use test && mycmakeargs+=(
-DLLVM_LIT_ARGS="$(get_lit_flags)"
)