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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAEE515808B for ; Thu, 10 Feb 2022 22:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDD37E0802; Thu, 10 Feb 2022 22:54:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5E01E0802 for ; Thu, 10 Feb 2022 22:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C00D343065 for ; Thu, 10 Feb 2022 22:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD053D0 for ; Thu, 10 Feb 2022 22:54:47 +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: <1644533679.14ed88ff5a3ee78ad3640665f4ec0c5db8021c45.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: 14ed88ff5a3ee78ad3640665f4ec0c5db8021c45 X-VCS-Branch: master Date: Thu, 10 Feb 2022 22:54:47 +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: 76c56d3d-4d25-462f-8070-16d28c17127b X-Archives-Hash: 5b490f328b18020c16ca7865d3d14329 commit: 14ed88ff5a3ee78ad3640665f4ec0c5db8021c45 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 10 22:52:41 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 10 22:54:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ed88ff profiles/desc: Add LLVM_TARGETS: LoongArch 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 fd9a4f60ff89..01f23bc17b27 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors. +# Copyright 1999-2022 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 AArch64 - AArch64 CPU target (arm64 in Gentoo) @@ -10,6 +10,7 @@ BPF - Berkeley Packet Filter target CSKY - C-SKY CPU target [EXPERIMENTAL] Hexagon - Qualcomm Hexagon DSP target Lanai - Lanai CPU target +LoongArch - LoongArch CPU support [EXPERIMENTAL] M68k - Motorola 68000 target [EXPERIMENTAL] Mips - MIPS CPU target (includes MIPS64) MSP430 - MSP430 CPU target (experimental)