diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-10 10:35:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-10 10:38:39 +0200 |
commit | b82c414287ebeba16f99a04bd3a0ca571f82d658 (patch) | |
tree | 387680c5f995e9076387e01c8f4d7b05f03d1d3f | |
parent | dev-python/rpyc: bump to 5.2.3 (diff) | |
download | gentoo-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.ebuild | 8 |
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)" ) |