summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-14 07:32:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-14 08:51:18 +0100
commitc80ffc6831de04261578ba6da1b1f3422dfd30de (patch)
tree64c8aee7bf922d27cc0ae1a1f6debfc75a7c62bd /dev-ml
parentsys-devel/clang: Remove broken VE target from 10.0.0rc2 (diff)
downloadgentoo-c80ffc6831de04261578ba6da1b1f3422dfd30de.tar.gz
gentoo-c80ffc6831de04261578ba6da1b1f3422dfd30de.tar.bz2
gentoo-c80ffc6831de04261578ba6da1b1f3422dfd30de.zip
dev-ml/llvm-ocaml: Remove broken VE target from 10.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-10.0.0_rc2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0_rc2.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0_rc2.ebuild
index 865b167dbea2..f2cdd00e4648 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0_rc2.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0_rc2.ebuild
@@ -12,7 +12,7 @@ LLVM_COMPONENTS=( llvm )
llvm.org_set_globals
# 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[@]}" )