[PATCH] D63011: [docs]Move llvm-readobj from "Developer Tools" to "Basic Commands"

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 09:46:15 PDT 2019


rupprecht added a comment.

In D63011#1534282 <https://reviews.llvm.org/D63011#1534282>, @jhenderson wrote:

> Thanks @MaskRay.
>
> In D63011#1534265 <https://reviews.llvm.org/D63011#1534265>, @MaskRay wrote:
>
> > Since  llvm-objdump and llvm-nm are in the "Basic Commands" list, and llvm-readobj is used in various test directories: `CodeGen/DebugInfo/MC/LTO/...`, I think it qualifies as a Basic Command :)
>
>
> I //think// the distinction is "tools in LLVM used by people" versus "tools used by LLVM developers (mostly for testing/debugging)".


Are you saying LLVM developers aren't people? :p

I actually wonder if we should split out all the binary utilities to a separate section. We should try to advertise the replacement-ness of all the tools we have.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63011/new/

https://reviews.llvm.org/D63011





More information about the llvm-commits mailing list