From nobody Thu Sep 21 13:42:00 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RrxR96kjpz4v9NT for ; Thu, 21 Sep 2023 13:42:29 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-ua1-f43.google.com (mail-ua1-f43.google.com [209.85.222.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RrxR957VZz3W0S; Thu, 21 Sep 2023 13:42:29 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ua1-f43.google.com with SMTP id a1e0cc1a2514c-7870821d9a1so599269241.1; Thu, 21 Sep 2023 06:42:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695303748; x=1695908548; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8BIihSTAoM8tvxMA6kbva5gNcSna7EDue9JrtZYcfVw=; b=tmD0rGuIIhBKH0NKYivdA3NbwYOcCPcIymLUGev0oXE2rbaOeumsOAmQy681IPtq04 A5cA/EQUCjVRT+mI1Owe7hOZAIpqZpNZc3iNzhpDtEW1cAVW1JOp6tLSVnfShWbK0Pr0 pH8kWXLaEoZp7C1zpYL6bab/pmlufxzJT3eCuRRT/HSbxBUN8A3GLu4Z6eC2PVs9qgis 9S9xuhg6GlZgaNStfu8ZIQn0fl2An4QcAgMSkXbYDV7rtzwfQhFVbIYx3OuxFw0FAq0M VesF+zMvrjXGOOZ9ebpsBFkQYna3wxsMe40ldWtCgYIPDGBnPsW54HHxjDC2Fg9eGZy5 iMLg== X-Gm-Message-State: AOJu0Yz5vAJ8UZfnJkieGViNG1eYoaXxFCKllbV4xALmHzQiIMar2Y+l LTeYgsz4HF8H/otph7k9kCzxuAoyWBOa1MTS X-Google-Smtp-Source: AGHT+IHEe+bLBGKihpvARN8pradje6+FTAbsksrHZsFZC8mEFT5koWb9zweI9Tjv8NDHmXVGedPyYw== X-Received: by 2002:a67:c586:0:b0:452:7341:a098 with SMTP id h6-20020a67c586000000b004527341a098mr4376020vsk.0.1695303748433; Thu, 21 Sep 2023 06:42:28 -0700 (PDT) Received: from mail-vk1-f178.google.com (mail-vk1-f178.google.com. [209.85.221.178]) by smtp.gmail.com with ESMTPSA id y12-20020ab05b8c000000b007876731f2dbsm219426uae.22.2023.09.21.06.42.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Sep 2023 06:42:28 -0700 (PDT) Received: by mail-vk1-f178.google.com with SMTP id 71dfb90a1353d-4935f2d6815so615369e0c.1; Thu, 21 Sep 2023 06:42:28 -0700 (PDT) X-Received: by 2002:a05:6122:4682:b0:493:7ce8:9851 with SMTP id di2-20020a056122468200b004937ce89851mr6056158vkb.8.1695303747834; Thu, 21 Sep 2023 06:42:27 -0700 (PDT) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 References: <3925E646-9214-46FF-A01E-1598473FB547@yahoo.com> In-Reply-To: From: Gleb Popov Date: Thu, 21 Sep 2023 16:42:00 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: devel/llvm10: deprecate, set short expiration ( lang/ghc810 has LLVM_VERSION= 10 ) To: Brooks Davis Cc: Mark Millard , FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4RrxR957VZz3W0S On Thu, Sep 21, 2023 at 4:27=E2=80=AFPM Brooks Davis w= rote: > > > One compromise position would be to dial back the default options in > llvm10 to only those required by ghc (or just llvm+clang+lld). It > probably doesn't make sense to confine it to arm only as it would be > missed in exp-runs. > > -- Brooks That'd be nice as GHC doesn't even need clang. It produces textual LLVM IR and feeds it directly to llc. It doesn't need lld from the port either.