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 27, 12:24 PM
Unknown Object (File)
Mon, Apr 27, 12:21 PM
Unknown Object (File)
Mon, Apr 27, 12:09 PM
Unknown Object (File)
Mon, Apr 27, 4:46 AM
Unknown Object (File)
Mon, Apr 20, 4:00 AM
Unknown Object (File)
Sat, Apr 18, 7:58 AM
Unknown Object (File)
Sat, Apr 18, 7:57 AM
Unknown Object (File)
Sat, Apr 18, 7:57 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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