From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6BB611582EF for ; Mon, 17 Feb 2025 20:47:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5699834319B for ; Mon, 17 Feb 2025 20:47:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C84DA110483; Mon, 17 Feb 2025 20:47:20 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BF5AC110482 for ; Mon, 17 Feb 2025 20:47:20 +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 7603D343186 for ; Mon, 17 Feb 2025 20:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A1127F2 for ; Mon, 17 Feb 2025 20:47:16 +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: <1739825226.189a5b04b53f80a8d64e5b54734c45f36fd5147e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/libclc/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/libclc/libclc-21.0.0.9999.ebuild X-VCS-Directories: llvm-core/libclc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 189a5b04b53f80a8d64e5b54734c45f36fd5147e X-VCS-Branch: master Date: Mon, 17 Feb 2025 20:47:16 +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: 667b1187-59c6-4291-9e4d-97257a20e3d6 X-Archives-Hash: 0cf84521c57f0eefb371d9b46781d1bd commit: 189a5b04b53f80a8d64e5b54734c45f36fd5147e Author: Michał Górny gentoo org> AuthorDate: Mon Feb 17 18:50:12 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 17 20:47:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189a5b04 llvm-core/libclc: Enable clspv* targets in 21.0.0.9999 Signed-off-by: Michał Górny gentoo.org> llvm-core/libclc/libclc-21.0.0.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm-core/libclc/libclc-21.0.0.9999.ebuild b/llvm-core/libclc/libclc-21.0.0.9999.ebuild index 9cdeaf14ad66..e04a4c254a22 100644 --- a/llvm-core/libclc/libclc-21.0.0.9999.ebuild +++ b/llvm-core/libclc/libclc-21.0.0.9999.ebuild @@ -31,7 +31,10 @@ pkg_setup() { } src_configure() { - local libclc_targets=() + local libclc_targets=( + "clspv--" + "clspv64--" + ) use spirv && libclc_targets+=( "spirv-mesa3d-"