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 6E985138334 for ; Tue, 1 Oct 2019 12:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0EFE09C4; Tue, 1 Oct 2019 12:22:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7189EE09C4 for ; Tue, 1 Oct 2019 12:22:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 44E6C34B741 for ; Tue, 1 Oct 2019 12:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E45829 for ; Tue, 1 Oct 2019 12:22:36 +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: <1569932549.b548460bc30d50f0d07f303486f29a028ef2e434.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: b548460bc30d50f0d07f303486f29a028ef2e434 X-VCS-Branch: master Date: Tue, 1 Oct 2019 12:22:36 +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: 8237caa2-6ad8-440a-a669-82c76dfd19a3 X-Archives-Hash: 4182380d4bf61b99967c36f4410e8683 commit: b548460bc30d50f0d07f303486f29a028ef2e434 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 1 12:15:44 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 1 12:22:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b548460b profiles/desc/llvm_targets.desc: Add ARC Signed-off-by: Michał Górny gentoo.org> profiles/desc/llvm_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 6a45455f4c3..38e123de796 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -3,6 +3,7 @@ AArch64 - AArch64 CPU target (arm64 in Gentoo) AMDGPU - AMDGPU target (supports R600 and GCN GPUs) +ARC - ARC (Argonaut RISC Core) embedded CPU target [EXPERIMENTAL] ARM - ARM CPU target AVR - 8-bit Atmel AVR microcontroller target [EXPERIMENTAL] BPF - Berkeley Packet Filter target