From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B96B8138351 for ; Fri, 31 Jan 2020 15:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 943F4E07F1; Fri, 31 Jan 2020 15:27:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38346E07F1 for ; Fri, 31 Jan 2020 15:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22A7C34E5A7 for ; Fri, 31 Jan 2020 15:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803DC7B for ; Fri, 31 Jan 2020 15:27:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580484452.9a3221d0fddd6322193acf55eb3f8e9a34de8925.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/llvm_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a3221d0fddd6322193acf55eb3f8e9a34de8925 X-VCS-Branch: master Date: Fri, 31 Jan 2020 15:27:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f44b4e39-6362-4ad6-89f8-621ae7dc6ef8 X-Archives-Hash: b6e2dc7b231af388b1b56388fb869287 commit: 9a3221d0fddd6322193acf55eb3f8e9a34de8925 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 31 14:35:24 2020 +0000 Commit: Michał Górny gentoo 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 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