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)
Tue, Sep 1, 1:27 AM
Unknown Object (File)
Sun, Aug 30, 1:54 PM
Unknown Object (File)
Thu, Aug 20, 6:45 PM
Unknown Object (File)
Wed, Aug 19, 7:42 PM
Unknown Object (File)
Wed, Aug 19, 7:42 PM
Unknown Object (File)
Wed, Aug 19, 7:42 PM
Unknown Object (File)
Wed, Aug 19, 2:33 AM
Unknown Object (File)
Tue, Aug 18, 8:29 PM
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