Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2026 21:38:59 -0300
From:      Jose Luis Duran <jlduran@freebsd.org>
To:        Ed Maste <emaste@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org,  dev-commits-src-main@freebsd.org
Subject:   Re: git: c4f08d46c7f7 - main - llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package
Message-ID:  <CAPwQLccbvf9nqtctheYh7Lz3H1p4nZ7YnL_sMQz=6t1dWMFVRA@mail.gmail.com>
In-Reply-To: <69f5387a.26bf3.36f56fa3@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

On Fri, May 1, 2026 at 8:34 PM Ed Maste <emaste@freebsd.org> wrote:
>
> The branch main has been updated by emaste:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=c4f08d46c7f717cc8c66bf702c006765a5b6b1a9
>
> commit c4f08d46c7f717cc8c66bf702c006765a5b6b1a9
> Author:     Ed Maste <emaste@FreeBSD.org>
> AuthorDate: 2026-03-06 14:46:18 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> CommitDate: 2026-05-01 23:33:51 +0000
>
>     llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package
>
>     Some of the LLVM binary utilities were included in the Clang package
>     (because they did not set an explicit PACKAGE).
>
>     Add a new Makefile under clang/toolchain to create the symlinks and man
>     links for ar, c++filt, nm, and so on (without the llvm-* prefix) when
>     LLVM_BINUTILS is enabled (as it is by default).
>
>     PR:             293610
>     Reviewed by:    bapt, ivy, brooks
>     Sponsored by:   The FreeBSD Foundation
>     Differential Revision: https://reviews.freebsd.org/D55692
> ---
> ...
> +.if ${MK_LLVM_BINUTILS} != "no"
> +PKG_DEPS.toolchain+=   llvm

Is there an llvm package (FreeBSD-llvm)?

-- 
Jose Luis Duran


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPwQLccbvf9nqtctheYh7Lz3H1p4nZ7YnL_sMQz=6t1dWMFVRA>