From 9ff3d98122af4205ed37ce0cf3a9d58b035ecdeb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 14 Feb 2020 07:32:10 +0100 Subject: sys-devel/clang: Remove broken VE target from 10.0.0rc2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/clang/clang-10.0.0_rc2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-devel/clang') 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[@]}" ) -- cgit v1.2.3-65-gdbad