diff options
Diffstat (limited to 'sys-devel')
-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)" ) |