[PATCH] D63011: [docs]Move llvm-readobj from "Developer Tools" to "Basic Commands"
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 09:35:26 PDT 2019
jhenderson added a comment.
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)". llvm-readobj began life as the latter but is now very much the former.
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