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 6121915802F for ; Thu, 23 Feb 2023 15:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01B5E07C5; Thu, 23 Feb 2023 15:14:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ABB8E07C5 for ; Thu, 23 Feb 2023 15:14:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B16B340C93 for ; Thu, 23 Feb 2023 15:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A148BA for ; Thu, 23 Feb 2023 15:14:49 +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: <1677165264.888bdbd640029754a393cce263bf98929637d510.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-14.0.6-r2.ebuild sys-devel/llvm/llvm-15.0.7.ebuild sys-devel/llvm/llvm-16.0.0.9999.ebuild sys-devel/llvm/llvm-16.0.0_rc2.ebuild sys-devel/llvm/llvm-17.0.0.9999.ebuild sys-devel/llvm/llvm-17.0.0_pre20230211.ebuild sys-devel/llvm/llvm-17.0.0_pre20230218.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 888bdbd640029754a393cce263bf98929637d510 X-VCS-Branch: master Date: Thu, 23 Feb 2023 15:14:49 +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: e3bef6de-8b77-4fa9-8719-aa4f1c3441b0 X-Archives-Hash: 1e95096cd9ebe7cf2c8c5ea9b3acad45 commit: 888bdbd640029754a393cce263bf98929637d510 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 23 15:04:27 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 23 15:14:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888bdbd6 sys-devel/llvm: Fix typo in tc-is-gcc Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-14.0.6-r2.ebuild | 2 +- sys-devel/llvm/llvm-15.0.7.ebuild | 2 +- sys-devel/llvm/llvm-16.0.0.9999.ebuild | 2 +- sys-devel/llvm/llvm-16.0.0_rc2.ebuild | 2 +- sys-devel/llvm/llvm-17.0.0.9999.ebuild | 2 +- sys-devel/llvm/llvm-17.0.0_pre20230211.ebuild | 2 +- sys-devel/llvm/llvm-17.0.0_pre20230218.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/llvm/llvm-14.0.6-r2.ebuild b/sys-devel/llvm/llvm-14.0.6-r2.ebuild index dc3a35b256f4..da6b48a58ab2 100644 --- a/sys-devel/llvm/llvm-14.0.6-r2.ebuild +++ b/sys-devel/llvm/llvm-14.0.6-r2.ebuild @@ -321,7 +321,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then diff --git a/sys-devel/llvm/llvm-15.0.7.ebuild b/sys-devel/llvm/llvm-15.0.7.ebuild index 0608b0a4de25..85f2591d0b7d 100644 --- a/sys-devel/llvm/llvm-15.0.7.ebuild +++ b/sys-devel/llvm/llvm-15.0.7.ebuild @@ -323,7 +323,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then diff --git a/sys-devel/llvm/llvm-16.0.0.9999.ebuild b/sys-devel/llvm/llvm-16.0.0.9999.ebuild index af0cdcdc6249..fcb512276fe7 100644 --- a/sys-devel/llvm/llvm-16.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-16.0.0.9999.ebuild @@ -325,7 +325,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then diff --git a/sys-devel/llvm/llvm-16.0.0_rc2.ebuild b/sys-devel/llvm/llvm-16.0.0_rc2.ebuild index 92aec87031e0..d0d485fe9e5e 100644 --- a/sys-devel/llvm/llvm-16.0.0_rc2.ebuild +++ b/sys-devel/llvm/llvm-16.0.0_rc2.ebuild @@ -325,7 +325,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then diff --git a/sys-devel/llvm/llvm-17.0.0.9999.ebuild b/sys-devel/llvm/llvm-17.0.0.9999.ebuild index af0cdcdc6249..fcb512276fe7 100644 --- a/sys-devel/llvm/llvm-17.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-17.0.0.9999.ebuild @@ -325,7 +325,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then diff --git a/sys-devel/llvm/llvm-17.0.0_pre20230211.ebuild b/sys-devel/llvm/llvm-17.0.0_pre20230211.ebuild index af0cdcdc6249..fcb512276fe7 100644 --- a/sys-devel/llvm/llvm-17.0.0_pre20230211.ebuild +++ b/sys-devel/llvm/llvm-17.0.0_pre20230211.ebuild @@ -325,7 +325,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then diff --git a/sys-devel/llvm/llvm-17.0.0_pre20230218.ebuild b/sys-devel/llvm/llvm-17.0.0_pre20230218.ebuild index af0cdcdc6249..fcb512276fe7 100644 --- a/sys-devel/llvm/llvm-17.0.0_pre20230218.ebuild +++ b/sys-devel/llvm/llvm-17.0.0_pre20230218.ebuild @@ -325,7 +325,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local ffi_cflags ffi_ldflags if use libffi; then