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 C370B1382C5 for ; Thu, 28 Jan 2021 10:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFDD2E0A94; Thu, 28 Jan 2021 10:58:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9A3A9E0A93 for ; Thu, 28 Jan 2021 10:58:26 +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 77B47341133 for ; Thu, 28 Jan 2021 10:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E924AE for ; Thu, 28 Jan 2021 10:58:22 +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: <1611831483.854897b186f346b8263dda55219156b608ed582b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-12.0.0.9999.ebuild sys-devel/llvm/llvm-13.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 854897b186f346b8263dda55219156b608ed582b X-VCS-Branch: master Date: Thu, 28 Jan 2021 10:58:22 +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: cf3e195b-651a-4ce1-829b-646e341bceb9 X-Archives-Hash: 02a4012d3eb0bf7b452eb3da737be6ec commit: 854897b186f346b8263dda55219156b608ed582b Author: Michał Górny gentoo org> AuthorDate: Thu Jan 28 09:54:50 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 28 10:58:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854897b1 sys-devel/llvm: Add llvm-profgen component Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-12.0.0.9999.ebuild | 1 + sys-devel/llvm/llvm-13.0.0.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-devel/llvm/llvm-12.0.0.9999.ebuild b/sys-devel/llvm/llvm-12.0.0.9999.ebuild index d51ccdbab14..11caae9220b 100644 --- a/sys-devel/llvm/llvm-12.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-12.0.0.9999.ebuild @@ -279,6 +279,7 @@ get_distribution_components() { llvm-opt-report llvm-pdbutil llvm-profdata + llvm-profgen llvm-ranlib llvm-rc llvm-readelf diff --git a/sys-devel/llvm/llvm-13.0.0.9999.ebuild b/sys-devel/llvm/llvm-13.0.0.9999.ebuild index d51ccdbab14..11caae9220b 100644 --- a/sys-devel/llvm/llvm-13.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-13.0.0.9999.ebuild @@ -279,6 +279,7 @@ get_distribution_components() { llvm-opt-report llvm-pdbutil llvm-profdata + llvm-profgen llvm-ranlib llvm-rc llvm-readelf