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 E3815158083 for ; Thu, 5 Sep 2024 04:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B29E2A8A; Thu, 5 Sep 2024 04:08:42 +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 AEDF8E2A8A for ; Thu, 5 Sep 2024 04:08:41 +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 CB1C6343084 for ; Thu, 5 Sep 2024 04:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E041F3D for ; Thu, 5 Sep 2024 04:08:38 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1725509265.20e06faab917e7b435082408e36a743aa8ec38b3.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/XNNPACK/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild X-VCS-Directories: sci-libs/XNNPACK/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 20e06faab917e7b435082408e36a743aa8ec38b3 X-VCS-Branch: master Date: Thu, 5 Sep 2024 04:08:38 +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: 37f408c3-b26e-45cc-992e-1e8a15cf1c4f X-Archives-Hash: aade786f45128ac9d7e29e44e83d106b commit: 20e06faab917e7b435082408e36a743aa8ec38b3 Author: Eli Schwartz gentoo org> AuthorDate: Thu Sep 5 03:08:20 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Sep 5 04:07:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e06faa sci-libs/XNNPACK: mark as LTO-unsafe Closes: https://bugs.gentoo.org/933414 Signed-off-by: Eli Schwartz gentoo.org> sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild b/sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild index 28d2c0606622..a59ac4887be9 100644 --- a/sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild +++ b/sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake +inherit cmake flag-o-matic CommitId=fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2 @@ -54,6 +54,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/933414 + # https://github.com/google/XNNPACK/issues/6806 + filter-lto + local mycmakeargs=( -DXNNPACK_BUILD_BENCHMARKS=OFF -DXNNPACK_USE_SYSTEM_LIBS=ON