summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-31 15:35:24 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-31 16:27:32 +0100
commit9a3221d0fddd6322193acf55eb3f8e9a34de8925 (patch)
treee8a89dfceec6dc35c42dcea5ae807c7235dece6f
parentnet-analyzer/portmon: Fix CFLAGS=-fno-common (diff)
downloadgentoo-9a3221d0fddd6322193acf55eb3f8e9a34de8925.tar.gz
gentoo-9a3221d0fddd6322193acf55eb3f8e9a34de8925.tar.bz2
gentoo-9a3221d0fddd6322193acf55eb3f8e9a34de8925.zip
profiles/desc: Add VE to LLVM_TARGETS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/desc/llvm_targets.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc
index 38e123de7968..196f296b7557 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