Re: git: c4f08d46c7f7 - main - llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package
- Reply: Ed Maste : "Re: git: c4f08d46c7f7 - main - llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package"
- Reply: Mark Millard : "Re: git: c4f08d46c7f7 - main - llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package"
- In reply to: Ed Maste : "git: c4f08d46c7f7 - main - llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 May 2026 00:38:59 UTC
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