Page MenuHomeFreeBSD

Move toolchain utils to -toolchain package
ClosedPublic

Authored by ivy on Jul 27 2025, 8:44 PM.
Tags
None
Referenced Files
F163310997: D51583.id159344.diff
Tue, Jul 21, 11:34 PM
Unknown Object (File)
Mon, Jul 20, 4:25 AM
Unknown Object (File)
Sun, Jul 19, 9:06 PM
Unknown Object (File)
Sun, Jun 28, 5:20 PM
Unknown Object (File)
Fri, Jun 26, 11:10 AM
Unknown Object (File)
Thu, Jun 25, 7:46 PM
Unknown Object (File)
Thu, Jun 25, 10:42 AM
Unknown Object (File)
Thu, Jun 25, 7:54 AM
Subscribers

Details

Summary

Move LLVM ar, nm, and size. Also move elftoolchain strings, which
should have already been there.

The remaining LLVM utilities (including strings) stay in -clang for now
since they're links to other executables.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 65785
Build 62668: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Jul 27 2025, 8:44 PM
This revision is now accepted and ready to land.Jul 28 2025, 10:09 AM
This revision was automatically updated to reflect the committed changes.

LGTM.

strings(1) has always been a bit special -- we included it even under WITHOUT_TOOLCHAIN, so not having it in the toolchain pkg made some sense. But I'm fine with it either way.