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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A749615812D for ; Mon, 30 Dec 2024 11:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BAD7E0839; Mon, 30 Dec 2024 11:35:09 +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 C528AE0839 for ; Mon, 30 Dec 2024 11:35:08 +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 80F1633C84E for ; Mon, 30 Dec 2024 11:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBC6B1993 for ; Mon, 30 Dec 2024 11:35:04 +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: <1735558356.caac268d789d91d16960452a3d6466474acf0fa8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/llvm-r2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: caac268d789d91d16960452a3d6466474acf0fa8 X-VCS-Branch: master Date: Mon, 30 Dec 2024 11:35:04 +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: 7a5a7888-5ed2-4523-9df3-1c675fdc6e61 X-Archives-Hash: a86ceee2ff93a7fa903d37b38fdd9a67 commit: caac268d789d91d16960452a3d6466474acf0fa8 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 29 16:14:54 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 11:32:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caac268d llvm-r2.eclass: add Polly_ROOT Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39696 Signed-off-by: Michał Górny gentoo.org> eclass/llvm-r2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/llvm-r2.eclass b/eclass/llvm-r2.eclass index 5fc39945875c..4dda9aedc7c6 100644 --- a/eclass/llvm-r2.eclass +++ b/eclass/llvm-r2.eclass @@ -428,6 +428,7 @@ llvm_chost_setup() { export Clang_ROOT="${esysroot_prefix}" export LLD_ROOT="${esysroot_prefix}" export MLIR_ROOT="${esysroot_prefix}" + export Polly_ROOT="${esysroot_prefix}" # satisfies llvm-config calls, e.g. from meson export PATH="${T}/llvm-bin:${PATH}"