[PATCH] D63606: [docs][llvm-objdump] Improve llvm-objdump documentation

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 03:32:51 PDT 2019


jhenderson added a comment.

I got the man pages building from the rst using `ninja docs-llvm-man`, and a set of man pages were built, including one for llvm-objdump that mirrors the html doc. I don't see any reason why this can't be used: it's built by the sphinx build bot (see http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/32333 for an example build).

Aside: I couldn't get the man page build to work on my Windows VS-based build, but my Linux one was fine.

@emaste, is there anything stopping using the auto-built version of the man page of llvm-objdump instead of the hand-maintained one? If not, can we delete it?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63606





More information about the llvm-commits mailing list