From: Michał Górny Date: Fri, 14 Feb 2020 06:32:10 +0000 (+0100) Subject: sys-devel/clang: Remove broken VE target from 10.0.0rc2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ff3d98122af4205ed37ce0cf3a9d58b035ecdeb;p=gentoo.git sys-devel/clang: Remove broken VE target from 10.0.0rc2 Signed-off-by: Michał Górny --- diff --git a/sys-devel/clang/clang-10.0.0_rc2.ebuild b/sys-devel/clang/clang-10.0.0_rc2.ebuild index 456493136dfe..ee94d3e3bbe4 100644 --- a/sys-devel/clang/clang-10.0.0_rc2.ebuild +++ b/sys-devel/clang/clang-10.0.0_rc2.ebuild @@ -19,7 +19,7 @@ llvm.org_set_globals S=${WORKDIR}/x/y/clang # Keep in sync with sys-devel/llvm -ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR VE ) +ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR ) ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore "${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )