Page MenuHomeFreeBSD

Move toolchain utils to -toolchain package
ClosedPublic

Authored by ivy on Sun, Jul 27, 8:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 20, 8:04 PM
Unknown Object (File)
Fri, Aug 15, 2:12 AM
Unknown Object (File)
Thu, Aug 14, 9:24 AM
Unknown Object (File)
Thu, Aug 14, 6:29 AM
Unknown Object (File)
Sat, Aug 2, 6:24 AM
Unknown Object (File)
Tue, Jul 29, 3:00 AM
Unknown Object (File)
Tue, Jul 29, 12:44 AM
Unknown Object (File)
Tue, Jul 29, 12:31 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.Sun, Jul 27, 8:44 PM
This revision is now accepted and ready to land.Mon, Jul 28, 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.