[PATCH] D63014: [docs] Add "GNU Replacements" section to command guide

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 02:40:43 PDT 2019


jhenderson added a comment.

Great! This looks good. I think we can iterate on improving the documents in due course, but this at least gives us a place to start.



================
Comment at: llvm/docs/CommandGuide/llvm-readelf.md:10
+**llvm-readelf** is an alias for the [llvm-readobj](llvm-readobj.html) tool with
+different defaults. The goal is to make it a drop-in replacement for GNU's
+**readelf**.
----------------
It's not just different defaults though. Some of the switches are not the same either. Perhaps it would be better to say "with a command-line interface and output style more closely resembling GNU readelf"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63014





More information about the llvm-commits mailing list