Page MenuHomeFreeBSD

llvm-*: Use SYMLINKS for unprefixed LLVM tools, not hard links
ClosedPublic

Authored by emaste on Mar 6 2026, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 7:02 AM
Unknown Object (File)
Mon, May 18, 7:00 AM
Unknown Object (File)
Mon, May 18, 3:21 AM
Unknown Object (File)
Mon, May 18, 3:16 AM
Unknown Object (File)
Thu, May 14, 10:15 PM
Unknown Object (File)
Thu, May 14, 1:20 PM
Unknown Object (File)
Thu, May 14, 8:40 AM
Unknown Object (File)
Thu, May 14, 1:40 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.Mar 6 2026, 5:58 PM
emaste created this revision.

SYMLINK to the correct llvm-prefixed tool

I'm fine with this, but what is the motivation? Easier packaging?

In D55693#1274557, @dim wrote:

I'm fine with this, but what is the motivation? Easier packaging?

Yeah, see the discussion in D55692.

This revision is now accepted and ready to land.Mar 6 2026, 6:08 PM

Oh we should probably drop the ${BINDIR} from the link targets

Use relative not absolute symlinks

This revision now requires review to proceed.Mar 6 2026, 7:37 PM

seems fine per previous discussion.

This revision is now accepted and ready to land.Mar 7 2026, 3:11 AM