Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Fri, 31 Jan 2020 15:27:44
Message-Id: 1580484452.9a3221d0fddd6322193acf55eb3f8e9a34de8925.mgorny@gentoo
1 commit: 9a3221d0fddd6322193acf55eb3f8e9a34de8925
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 14:35:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 15:27:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3221d0
7
8 profiles/desc: Add VE to LLVM_TARGETS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/desc/llvm_targets.desc | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc
16 index 38e123de796..196f296b755 100644
17 --- a/profiles/desc/llvm_targets.desc
18 +++ b/profiles/desc/llvm_targets.desc
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors.
21 +# Copyright 1999-2020 Gentoo Authors.
22 # Distributed under the terms of the GNU General Public License v2
23
24 AArch64 - AArch64 CPU target (arm64 in Gentoo)
25 @@ -16,6 +16,7 @@ PowerPC - PowerPC CPU target (PPC32 and PPC64)
26 RISCV - RISC-V CPU target
27 Sparc - Sparc CPU target
28 SystemZ - SystemZ (s390x) CPU target
29 +VE - NEC SX-Aurora TSUBASA vector engine target [EXPERIMENTAL]
30 WebAssembly - WebAssembly backend
31 X86 - X86 CPU target (includes amd64)
32 XCore - XCore CPU target