commit: 9a3221d0fddd6322193acf55eb3f8e9a34de8925 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 31 14:35:24 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 31 15:27:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3221d0
profiles/desc: Add VE to LLVM_TARGETS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/llvm_targets.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 38e123de796..196f296b755 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors. +# Copyright 1999-2020 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 AArch64 - AArch64 CPU target (arm64 in Gentoo) @@ -16,6 +16,7 @@ PowerPC - PowerPC CPU target (PPC32 and PPC64) RISCV - RISC-V CPU target Sparc - Sparc CPU target SystemZ - SystemZ (s390x) CPU target +VE - NEC SX-Aurora TSUBASA vector engine target [EXPERIMENTAL] WebAssembly - WebAssembly backend X86 - X86 CPU target (includes amd64) XCore - XCore CPU target
