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.
Differential D51583
Move toolchain utils to -toolchain package ivy on Sun, Jul 27, 8:44 PM. Authored by Tags None Referenced Files
Details
Move LLVM ar, nm, and size. Also move elftoolchain strings, which The remaining LLVM utilities (including strings) stay in -clang for now
Diff Detail
Event TimelineComment Actions 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. |