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 97E0715812D for ; Mon, 30 Dec 2024 11:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50162E082D; Mon, 30 Dec 2024 11:35:08 +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 35282E082D 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 4EF4E33BF41 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 A82541992 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: <1735558355.d9a6a468bb2c0a16c62cb9b4f22369b5c99a34a9.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: d9a6a468bb2c0a16c62cb9b4f22369b5c99a34a9 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: 15db9058-114a-4327-add1-fe9dc83812d5 X-Archives-Hash: 5d87964865cf40174953107ec8e9ebd1 commit: d9a6a468bb2c0a16c62cb9b4f22369b5c99a34a9 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 22 19:23:18 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 11:32:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a6a468 llvm-r2.eclass: Add MLIR_ROOT 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 4c2628dd3b7e..5fc39945875c 100644 --- a/eclass/llvm-r2.eclass +++ b/eclass/llvm-r2.eclass @@ -427,6 +427,7 @@ llvm_chost_setup() { export LLVM_ROOT="${esysroot_prefix}" export Clang_ROOT="${esysroot_prefix}" export LLD_ROOT="${esysroot_prefix}" + export MLIR_ROOT="${esysroot_prefix}" # satisfies llvm-config calls, e.g. from meson export PATH="${T}/llvm-bin:${PATH}"