commit: b82c414287ebeba16f99a04bd3a0ca571f82d658
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 08:35:43 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 08:38:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82c4142
sys-devel/llvm: Remove obsolete Go-switch in 16.0.0.9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/llvm/llvm-16.0.0.9999.ebuild | 8 --------
1 file changed, 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)"
)