diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-31 15:35:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-31 16:27:32 +0100 |
commit | 9a3221d0fddd6322193acf55eb3f8e9a34de8925 (patch) | |
tree | e8a89dfceec6dc35c42dcea5ae807c7235dece6f /profiles/desc | |
parent | net-analyzer/portmon: Fix CFLAGS=-fno-common (diff) | |
download | gentoo-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>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/llvm_targets.desc | 3 |
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 |