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, Apr 13, 8:01 PM
Unknown Object (File)
Sat, Apr 11, 2:25 PM
Unknown Object (File)
Wed, Apr 8, 11:25 PM
Unknown Object (File)
Wed, Apr 8, 9:54 AM
Unknown Object (File)
Tue, Apr 7, 9:36 PM
Unknown Object (File)
Sun, Apr 5, 1:15 PM
Unknown Object (File)
Fri, Apr 3, 1:55 AM
Unknown Object (File)
Thu, Mar 26, 9:53 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