From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id oPwiE1gW02JBUQAAbAwnHQ (envelope-from ) for ; Sat, 16 Jul 2022 21:49:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id iChGE1gW02JFzwAA9RJhRA (envelope-from ) for ; Sat, 16 Jul 2022 21:49:44 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E309B298DD for ; Sat, 16 Jul 2022 21:49:42 +0200 (CEST) Received: from localhost ([::1]:47234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oCnnJ-00051g-Ip for larch@yhetil.org; Sat, 16 Jul 2022 15:49:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCnmh-0004Ru-Il for guix-patches@gnu.org; Sat, 16 Jul 2022 15:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48410) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oCnmh-0004h7-A7 for guix-patches@gnu.org; Sat, 16 Jul 2022 15:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oCnmh-0005IS-79 for guix-patches@gnu.org; Sat, 16 Jul 2022 15:49:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54239] [PATCH v3 04/10] gnu: Add cross-llvm. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 16 Jul 2022 19:49:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54239 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54239@debbugs.gnu.org Received: via spool by 54239-submit@debbugs.gnu.org id=B54239.165800090420245 (code B ref 54239); Sat, 16 Jul 2022 19:49:03 +0000 Received: (at 54239) by debbugs.gnu.org; 16 Jul 2022 19:48:24 +0000 Received: from localhost ([127.0.0.1]:46153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnm3-0005GD-6I for submit@debbugs.gnu.org; Sat, 16 Jul 2022 15:48:24 -0400 Received: from lepiller.eu ([89.234.186.109]:44374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnly-0005FA-TA for 54239@debbugs.gnu.org; Sat, 16 Jul 2022 15:48:19 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 0d8709dd for <54239@debbugs.gnu.org>; Sat, 16 Jul 2022 19:48:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=dWtzY9feH/AB jwloSjZnLjPH7SuK044oYRfbk3Vt0Qo=; b=NAv3zIURnJ3G6/tywqVLqUOZ+FUl PI3G1eq7zo8i5S8iEPUP64myhzL++7F4NYHup26FtJB6z3Hg6q3BuSuZPIJwx4sf h9AsYPLStUJpbwVNGdFegSJH46qVYrGsAI8N8aEo4ySfiAxOVDHEyNccXgL9jtRv 2C0WANvvEeQ53c0hHBGCwIyReKNwmGwx/QgrQJz2oKXjrExapZWpAk3IVK3g6nc5 b+T0ol+t836HsoLsGiSDCaJkhbj+uo7ddp3d7i2sA2nd6HKvm3qr6/sRFZjYmsWW 0fojWlMoUFRI6jG/WtLLtV9kbnEX7WucxIEofZ7KQaXDe8u5zp7do6TAOA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id a1a052f6 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <54239@debbugs.gnu.org>; Sat, 16 Jul 2022 19:48:15 +0000 (UTC) From: Julien Lepiller Date: Sat, 16 Jul 2022 21:48:01 +0200 Message-Id: <20220716194807.20378-4-julien@lepiller.eu> X-Mailer: git-send-email 2.37.0 In-Reply-To: <20220716194807.20378-1-julien@lepiller.eu> References: <20220716214424.1d521d65@sybil.lepiller.eu> <20220716194807.20378-1-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658000982; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=yeROYmf9BNqqHF4mBTZaKTnUsj3Gqct3eFkgyteHBAI=; b=tDSOr7GgTLSxz7VfQl67erCVixrUXkBHvhVklNn+FS0KJOT9RBvwsbb2QD4quFXcrARZ12 5W5wYNTEauX2pp95IBeNFkAsaCUANv5CgGtHHBpeuvxeIo5gcoMRbqgdjoGiqN1UmoyytG 3KlecNrUIfPmlO2L8EHlzZ42o4ZstgzNHxPLWd9D19r1GAPK8sG97GGTVp3MDTb6mblDHo Hk4SJPMj5Dk4MoPSisRovF+AQvdHpmZvo7nlfXpCLYCR/XMOuACPTn2zfyGJmOjaP6hT6P i55S8XtwSISshkfrzDWz/yTKArcn+Xt8X0UcIrspQnV8qLHV6HN+2AFI0+pIww== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658000982; a=rsa-sha256; cv=none; b=lxfizGrbAdMZbWyQPCBeAOPe0LwBf6onvwIXtoQ5j24VUOKBnEiC1Zi99tQ9hKyJC5Pu2L sKQxaBFqlnzqKVUEbnglEkOf0HU/C435jjoyKHOG3obMtKDH7rfVjljXE7rJhXozvuB8xv mQR09QicBheETDBROQiiBdPDRgR5OuMhj3TOwQy4r0yOcSpGNGLo2AXJudSzb4XuRktn4K SH0fLcIii/eKCqohrckqZXOXA8SEluE0fcToQgnAIpT4bpVf7DKMC1awAHjF2N+1ml5cxB zE2JqxSpVpqwTO4n2eY0vHU+I4PcetvvK7zlItNgrutpikQ9Brm+GugCRVwcSQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=NAv3zIUR; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 7.06 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=NAv3zIUR; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: E309B298DD X-Spam-Score: 7.06 X-Migadu-Scanner: scn1.migadu.com X-TUID: aTNuyqWcGv2n * gnu/packages/llvm.scm (cross-llvm): New variable. --- gnu/packages/llvm.scm | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 2aec2925cf..caf8264bef 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2021, 2022 Maxime Devos ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer -;;; Copyright © 2021 Julien Lepiller +;;; Copyright © 2021, 2022 Julien Lepiller ;;; Copyright © 2021 Lars-Dominik Braun ;;; Copyright © 2021, 2022 Guillaume Le Vaillant ;;; Copyright © 2021 Maxim Cournoyer @@ -76,7 +76,8 @@ (define-module (gnu packages llvm) #:use-module (srfi srfi-1) #:use-module (ice-9 match) #:export (make-lld-wrapper - system->llvm-target)) + system->llvm-target + cross-llvm)) (define* (system->llvm-target #:optional (system (or (and=> (%current-target-system) @@ -101,6 +102,22 @@ (define* (system->llvm-target #:optional ("i686" => "X86") ("i586" => "X86")))) +(define (cross-llvm llvm target) + "Return a native LLVM package that targets a different system. The resulting +libraries are running on the host but target a different system by default. +This packge can be used to control clang's default target." + (package + (inherit llvm) + (arguments + (substitute-keyword-arguments (package-arguments llvm) + ((#:configure-flags flags) + #~(append + (list + (string-append "-DLLVM_DEFAULT_TARGET_TRIPLE=" #$target) + (string-append "-DLLVM_TARGET_ARCH=" + #$(system->llvm-target (gnu-triplet->nix-system target)))) + #$flags)))))) + (define (llvm-uri component version) ;; LLVM release candidate file names are formatted 'tool-A.B.C-rcN/tool-A.B.CrcN.src.tar.xz' ;; so we specify the version as A.B.C-rcN and delete the hyphen when referencing the file name. -- 2.37.0