diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-02 13:11:34 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-02 13:11:34 +0000 |
commit | aef4cec96b0aad8aa268d9560d94fc94e28222e8 (patch) | |
tree | 0e13e4970cb9998f08e80d411e0dd8fbdbc3e5c1 | |
parent | 727bdcb23764b309bd5f42cba52263dcd5bc2a62 (diff) | |
download | bcm5719-llvm-aef4cec96b0aad8aa268d9560d94fc94e28222e8.tar.gz bcm5719-llvm-aef4cec96b0aad8aa268d9560d94fc94e28222e8.zip |
[docs][llvm-readelf] Delete old llvm-readelf.md
This was accidentally missed when committing r364800.
llvm-svn: 364918
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readelf.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.md b/llvm/docs/CommandGuide/llvm-readelf.md deleted file mode 100644 index a03844da1a2..00000000000 --- a/llvm/docs/CommandGuide/llvm-readelf.md +++ /dev/null @@ -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. |