[llvm] r364918 - [docs][llvm-readelf] Delete old llvm-readelf.md

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 06:11:34 PDT 2019


Author: jhenderson
Date: Tue Jul  2 06:11:34 2019
New Revision: 364918

URL: http://llvm.org/viewvc/llvm-project?rev=364918&view=rev
Log:
[docs][llvm-readelf] Delete old llvm-readelf.md

This was accidentally missed when committing r364800.

Removed:
    llvm/trunk/docs/CommandGuide/llvm-readelf.md

Removed: llvm/trunk/docs/CommandGuide/llvm-readelf.md
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-readelf.md?rev=364917&view=auto
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-readelf.md (original)
+++ llvm/trunk/docs/CommandGuide/llvm-readelf.md (removed)
@@ -1,28 +0,0 @@
-# llvm-readelf - a drop-in replacement for readelf
-
-## SYNOPSIS
-
-**llvm-readelf** [*options*]
-
-## DESCRIPTION
-
-**llvm-readelf** is an alias for the [llvm-readobj](llvm-readobj.html) tool with
-a command-line interface and output style more closely resembling GNU
-**readelf**.
-
-Here are some of those differences:
-
-* Uses `--elf-output-style=GNU` by default.
-
-* Allows single-letter grouped flags (e.g. `llvm-readelf -SW` is the same as
-  `llvm-readelf -S -W`).
-
-* Allows use of `-s` as an alias for `--symbols` (versus `--section-headers` in
-  **llvm-readobj**) for GNU **readelf** compatibility.
-
-* Prevents use of `-sr`, `-sd`, `-st` and `-dt` **llvm-readobj** aliases, to
-  avoid conflicting with standard GNU **readelf** grouped flags.
-
-## SEE ALSO
-
-Refer to [llvm-readobj](llvm-readobj.html) for additional information.




More information about the llvm-commits mailing list